{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "{{baseUrl}}",
            "description": "Set to your API origin, e.g. https://dev.api.tawseil.co or https://api.tawseil.co"
        }
    ],
    "info": {
        "name": "Tawseil API Documentation",
        "_postman_id": "c01aaac8-0a84-43ea-a882-134257ec5d7c",
        "description": "Official API documentation for **Tawseil** \u2014 a multi-vendor food and delivery platform. Authenticate via Sanctum Bearer token from `POST /api/v1/auth/login`.",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "item": [
        {
            "name": "Admin - Addresses",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/user-addresses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-addresses",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-addresses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/user-addresses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-addresses",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-addresses"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/user-addresses/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-addresses/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-addresses/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "36",
                                    "description": "The ID of the user address."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/user-addresses/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-addresses/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-addresses/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "36",
                                    "description": "The ID of the user address."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/user-addresses/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-addresses/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-addresses/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "36",
                                    "description": "The ID of the user address."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/user-addresses/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-addresses/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-addresses/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/user-addresses/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-addresses/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-addresses/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Ads Packages",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/ads-packages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/ads-packages",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/ads-packages"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/ads-packages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/ads-packages",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/ads-packages"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/ads-packages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/ads-packages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/ads-packages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the ads package."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/ads-packages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/ads-packages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/ads-packages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the ads package."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/ads-packages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/ads-packages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/ads-packages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the ads package."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/ads-package/{id}/active",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/ads-package/:id/active",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/ads-package/:id/active",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the ads package."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/ads-packages/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/ads-packages/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/ads-packages/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/ads-packages/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/ads-packages/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/ads-packages/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - App Version",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/app-versions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/app-versions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/app-versions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/app-versions/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/app-versions/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/app-versions/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the app version."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/app-versions/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/app-versions/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/app-versions/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the app version."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Backups",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/backup/history",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/backup/history",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/backup/history"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Histories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/backup/history",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/backup/history"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restore All",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/backup/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/backup/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Banners",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/banners/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/banners/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/banners/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/banners/active/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/banners/active/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/banners/active/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "sit",
                                    "description": "The ID of the active."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/banners",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/banners",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/banners"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/banners/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/banners/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/banners/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "50",
                                    "description": "The ID of the banner."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/banners/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/banners/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/banners/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "50",
                                    "description": "The ID of the banner."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/banners/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/banners/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/banners/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "50",
                                    "description": "The ID of the banner."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/banners/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/banners/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/banners/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/banners/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/banners/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/banners/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Blogs",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/blogs/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/blogs/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/blogs/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/blogs/{uuid}/publish",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/blogs/:uuid/publish",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/blogs/:uuid/publish",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "103",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/blogs/{uuid}/active/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/blogs/:uuid/active/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/blogs/:uuid/active/status",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "103",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/blogs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/blogs",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/blogs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/blogs/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/blogs/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/blogs/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "103",
                                    "description": "The ID of the blog."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/blogs/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/blogs/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/blogs/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "103",
                                    "description": "The ID of the blog."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/blogs/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/blogs/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/blogs/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "103",
                                    "description": "The ID of the blog."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/blogs/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/blogs/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/blogs/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restore All",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/blogs/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/blogs/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Bonuses",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/bonuses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/bonuses",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/bonuses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Booking - Booking",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/bookings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/bookings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/bookings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/bookings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "necessitatibus",
                                    "description": "The ID of the booking."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the booking."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "omnis",
                                    "description": "The ID of the booking."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/bookings/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/bookings/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/bookings/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/bookings/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/bookings/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/bookings/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Booking - ShopBookingClosedDate",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/booking/shop-closed-dates/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/booking/shop-closed-dates/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/booking/shop-closed-dates/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/booking/shop-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/booking/shop-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/booking/shop-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "16",
                                    "description": "The ID of the shop closed date."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/booking/shop-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/booking/shop-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/booking/shop-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the shop closed date."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/booking/shop-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/booking/shop-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/booking/shop-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "20",
                                    "description": "The ID of the shop closed date."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/booking/shop-closed-dates/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/booking/shop-closed-dates/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/booking/shop-closed-dates/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/booking/shop-closed-dates/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/booking/shop-closed-dates/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/booking/shop-closed-dates/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Booking - ShopBookingWorkingDay",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/booking/shop-working-days/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/booking/shop-working-days/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/booking/shop-working-days/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/booking/shop-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/booking/shop-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/booking/shop-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4916",
                                    "description": "The ID of the shop working day."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/booking/shop-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/booking/shop-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/booking/shop-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4916",
                                    "description": "The ID of the shop working day."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/booking/shop-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/booking/shop-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/booking/shop-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4916",
                                    "description": "The ID of the shop working day."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/booking/shop-working-days/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/booking/shop-working-days/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/booking/shop-working-days/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/booking/shop-working-days/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/booking/shop-working-days/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/booking/shop-working-days/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Booking - Shop Sections",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/shop-sections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-sections",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-sections"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-sections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-sections",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-sections"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-sections/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-sections/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-sections/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the shop section."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-sections/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-sections/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-sections/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the shop section."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-sections/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-sections/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-sections/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "dicta",
                                    "description": "The ID of the shop section."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-sections/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-sections/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-sections/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-sections/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-sections/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-sections/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Booking - Tables",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/tables",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tables",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tables"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tables",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tables",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tables"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tables/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tables/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tables/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the table."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tables/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tables/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tables/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the table."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tables/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tables/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tables/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "modi",
                                    "description": "The ID of the table."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/table/statistic",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/table/statistic",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/table/statistic"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/disable-dates/table/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/disable-dates/table/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/disable-dates/table/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "laborum",
                                    "description": "The ID of the table."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tables/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tables/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tables/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tables/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tables/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tables/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Booking - User Bookings",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/user-booking/status/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-booking/status/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-booking/status/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "laudantium",
                                    "description": "The ID of the status."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/user-bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-bookings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-bookings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/user-bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-bookings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-bookings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/user-bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "115",
                                    "description": "The ID of the user booking."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/user-bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "115",
                                    "description": "The ID of the user booking."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/user-bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "rerum",
                                    "description": "The ID of the user booking."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/user-bookings/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-bookings/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-bookings/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/user-bookings/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-bookings/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-bookings/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Branches",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/branches",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/branches",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/branches"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/branches",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/branches",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/branches"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/branches/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/branches/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/branches/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the branch."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/branches/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/branches/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/branches/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the branch."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/branches/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/branches/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/branches/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the branch."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/branches/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/branches/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/branches/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/branches/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/branches/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/branches/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/admin/branches",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/admin/branches",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/admin/branches"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Brands",
            "description": "",
            "item": [
                {
                    "name": "File Export",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/brands/export",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/brands/export"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "File Import",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/brands/import",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/brands/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/brands/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/brands/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/brands/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/brands/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/brands/search",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/brands/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/brands",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/brands",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/brands"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/brands",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/brands",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/brands"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/brands/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/brands/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/brands/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "31",
                                    "description": "The ID of the brand."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/brands/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/brands/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/brands/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "31",
                                    "description": "The ID of the brand."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/brands/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/brands/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/brands/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "31",
                                    "description": "The ID of the brand."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/brands/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/brands/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/brands/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/brands/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/brands/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/brands/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Careers",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/careers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/careers",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/careers"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/careers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/careers",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/careers"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/careers/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/careers/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/careers/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "5",
                                    "description": "The ID of the career."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/careers/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/careers/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/careers/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "7",
                                    "description": "The ID of the career."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/careers/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/careers/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/careers/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the career."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/careers/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/careers/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/careers/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/careers/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/careers/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/careers/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Categories",
            "description": "",
            "item": [
                {
                    "name": "File Export",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/categories/export",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/categories/export"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/categories/{uuid}/image/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/categories/:uuid/image/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/categories/:uuid/image/delete",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "375",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/categories/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/categories/search",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/categories/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/categories/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/categories/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/categories/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/categories/select-paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/categories/select-paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/categories/select-paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "File Import",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/categories/import",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/categories/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/categories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/categories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/categories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/categories"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/categories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/categories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/categories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "375",
                                    "description": "The ID of the category."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/categories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/categories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/categories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "375",
                                    "description": "The ID of the category."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/categories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/categories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/categories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "375",
                                    "description": "The ID of the category."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/category-input/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/category-input/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/category-input/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "odit",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/categories/{uuid}/active",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/categories/:uuid/active",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/categories/:uuid/active",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "375",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/categories/{uuid}/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/categories/:uuid/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/categories/:uuid/status",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "375",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/categories/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/categories/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/categories/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/categories/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/categories/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/categories/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Report Chart",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/categories/report/chart",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/categories/report/chart"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Combos",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/combos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/combos",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/combos"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/combos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/combos",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/combos"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/combos/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/combos/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/combos/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "12",
                                    "description": "The ID of the combo."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/combos/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/combos/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/combos/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the combo."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/combos/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/combos/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/combos/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "16",
                                    "description": "The ID of the combo."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/combos/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/combos/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/combos/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - CouponAdmin",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/coupons-admin",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/coupons-admin",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/coupons-admin"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/coupons-admin",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/coupons-admin",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/coupons-admin"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/coupons-admin/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/coupons-admin/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/coupons-admin/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "enim",
                                    "description": "The ID of the coupons admin."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/coupons-admin/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/coupons-admin/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/coupons-admin/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "quod",
                                    "description": "The ID of the coupons admin."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/coupons-admin/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/coupons-admin/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/coupons-admin/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "provident",
                                    "description": "The ID of the coupons admin."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/coupons-admin/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/coupons-admin/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/coupons-admin/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Currencies",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/currencies/default",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/currencies/default",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/currencies/default"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/currencies/default/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/currencies/default/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/currencies/default/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "sint",
                                    "description": "The ID of the default."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/currencies/active",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/currencies/active",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/currencies/active"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/currencies",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/currencies",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/currencies"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/currencies",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/currencies",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/currencies"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/currencies/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/currencies/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/currencies/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the currency."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/currencies/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/currencies/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/currencies/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the currency."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/currencies/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/currencies/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/currencies/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the currency."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/currencies/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/currencies/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/currencies/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/currencies/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/currencies/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/currencies/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Dashboard",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/timezones",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/timezones",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/timezones"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/timezone",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/timezone",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/timezone"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/timezone",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/timezone",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/timezone"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Dashboard order statistics",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/statistics",
                            "query": [
                                {
                                    "key": "time",
                                    "value": "subWeek",
                                    "description": "Period: subDay, subWeek, subMonth, subYear.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/statistics?time=subWeek"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Platform-wide order statistics by time period."
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/statistics/orders/chart",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/statistics/orders/chart",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/statistics/orders/chart"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/statistics/products",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/statistics/products",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/statistics/products"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/statistics/users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/statistics/users",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/statistics/users"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Delivery",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/deliverymans/income",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/deliverymans/income",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/deliverymans/income"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/deliverymans/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/deliverymans/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/deliverymans/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - DeliveryManSettlement",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/deliverymans/settlements",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/deliverymans/settlements"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Approve",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/deliverymans/settlements/:settlement_id/approve",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/deliverymans/settlements/:settlement_id/approve",
                            "variable": [
                                {
                                    "id": "settlement_id",
                                    "key": "settlement_id",
                                    "value": "5",
                                    "description": "The ID of the settlement."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Reject",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/deliverymans/settlements/:settlement_id/reject",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/deliverymans/settlements/:settlement_id/reject",
                            "variable": [
                                {
                                    "id": "settlement_id",
                                    "key": "settlement_id",
                                    "value": "5",
                                    "description": "The ID of the settlement."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - DeliveryManWalletTransaction",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/wallet-transactions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/wallet-transactions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - DeliveryPointClosedDate",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/delivery-point-closed-dates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-point-closed-dates",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-point-closed-dates"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-point-closed-dates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-point-closed-dates",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-point-closed-dates"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-point-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-point-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-point-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "13",
                                    "description": "The ID of the delivery point closed date."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-point-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-point-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-point-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "6",
                                    "description": "The ID of the delivery point closed date."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-point-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-point-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-point-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "6",
                                    "description": "The ID of the delivery point closed date."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-point-closed-dates/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-point-closed-dates/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-point-closed-dates/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - DeliveryPointWorkingDay",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/delivery-point-working-days",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-point-working-days",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-point-working-days"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-point-working-days",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-point-working-days",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-point-working-days"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-point-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-point-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-point-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "8",
                                    "description": "The ID of the delivery point working day."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-point-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-point-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-point-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "19",
                                    "description": "The ID of the delivery point working day."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-point-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-point-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-point-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the delivery point working day."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-point-working-days/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-point-working-days/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-point-working-days/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-point-working-days/{id}/disabled",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-point-working-days/:id/disabled",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-point-working-days/:id/disabled",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "9",
                                    "description": "The ID of the delivery point working day."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Delivery Points",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/delivery-points",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-points",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-points"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-points",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-points",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-points"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-points/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-points/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-points/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "14",
                                    "description": "The ID of the delivery point."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-points/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-points/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-points/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "9",
                                    "description": "The ID of the delivery point."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-points/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-points/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-points/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "11",
                                    "description": "The ID of the delivery point."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-points/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-points/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-points/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-points/{id}/active",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-points/:id/active",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-points/:id/active",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the delivery point."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Delivery Settings",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/deliveryman-settings/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/deliveryman-settings/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/deliveryman-settings/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/deliveryman-settings/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/deliveryman-settings/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/deliveryman-settings/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/deliveryman-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/deliveryman-settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/deliveryman-settings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/deliveryman-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/deliveryman-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/deliveryman-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the deliveryman setting."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/deliveryman-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/deliveryman-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/deliveryman-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the deliveryman setting."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Delivery Zones",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/delivery-zones",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-zones",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-zones"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-zones",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-zones",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-zones"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-zones/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-zones/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-zones/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "163",
                                    "description": "The ID of the delivery zone."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-zones/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-zones/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-zones/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "163",
                                    "description": "The ID of the delivery zone."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-zones/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-zones/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-zones/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "163",
                                    "description": "The ID of the delivery zone."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-zones-list",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-zones-list",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-zones-list"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-zones/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-zones/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-zones/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-zones/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-zones/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-zones/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-man-delivery-zones",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-man-delivery-zones",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-man-delivery-zones"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-man-delivery-zones",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-man-delivery-zones",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-man-delivery-zones"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-man-delivery-zones/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-man-delivery-zones/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-man-delivery-zones/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the delivery man delivery zone."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-man-delivery-zones/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-man-delivery-zones/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-man-delivery-zones/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the delivery man delivery zone."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-man-delivery-zones-list",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-man-delivery-zones-list",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-man-delivery-zones-list"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-man-delivery-zones/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-man-delivery-zones/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-man-delivery-zones/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/delivery-man-delivery-zones/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/delivery-man-delivery-zones/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/delivery-man-delivery-zones/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Email Settings",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/email-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-settings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/email-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-settings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/email-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the email setting."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/email-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the email setting."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/email-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the email setting."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/email-settings/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-settings/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-settings/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/email-settings/set-active/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-settings/set-active/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-settings/set-active/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "illum",
                                    "description": "The ID of the set active."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/email-settings/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-settings/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-settings/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Email Templates",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/email-templates/types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-templates/types",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-templates/types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/email-templates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-templates",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-templates"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/email-templates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-templates",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-templates"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/email-templates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-templates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-templates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "27",
                                    "description": "The ID of the email template."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/email-templates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-templates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-templates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "27",
                                    "description": "The ID of the email template."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/email-templates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-templates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-templates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "27",
                                    "description": "The ID of the email template."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/email-templates/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-templates/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-templates/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/email-templates/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-templates/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-templates/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Extra Groups",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/extra/groups/types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/extra/groups/types",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/extra/groups/types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/extra/groups",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/extra/groups",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/extra/groups"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/extra/groups",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/extra/groups",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/extra/groups"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/extra/groups/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/extra/groups/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/extra/groups/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "cum",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/extra/groups/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/extra/groups/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/extra/groups/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "quia",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/extra/groups/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/extra/groups/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/extra/groups/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "sequi",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/extra/groups/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/extra/groups/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/extra/groups/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/extra/groups/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/extra/groups/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/extra/groups/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Extra Values",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/extra/values",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/extra/values",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/extra/values"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/extra/values",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/extra/values",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/extra/values"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/extra/values/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/extra/values/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/extra/values/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "non",
                                    "description": "The ID of the value."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/extra/values/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/extra/values/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/extra/values/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "vel",
                                    "description": "The ID of the value."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/extra/values/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/extra/values/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/extra/values/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "sequi",
                                    "description": "The ID of the value."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/extra/values/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/extra/values/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/extra/values/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/extra/values/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/extra/values/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/extra/values/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - FAQ",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/faqs/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/faqs/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/faqs/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Set Active Status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/faqs/:uuid/active/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/faqs/:uuid/active/status",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/faqs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/faqs",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/faqs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/faqs/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/faqs/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/faqs/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the faq."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/faqs/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/faqs/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/faqs/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the faq."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/faqs/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/faqs/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/faqs/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the faq."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/faqs/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/faqs/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/faqs/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/faqs/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/faqs/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/faqs/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Inventory",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/inventories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/inventories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/inventories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/inventories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/inventories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/inventories"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/inventories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/inventories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/inventories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "9",
                                    "description": "The ID of the inventory."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/inventories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/inventories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/inventories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "9",
                                    "description": "The ID of the inventory."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/inventories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/inventories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/inventories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the inventory."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/inventories/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/inventories/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/inventories/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/inventories/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/inventories/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/inventories/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - InventoryItem",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/inventory-items",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/inventory-items",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/inventory-items"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/inventory-items",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/inventory-items",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/inventory-items"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/inventory-items/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/inventory-items/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/inventory-items/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "20",
                                    "description": "The ID of the inventory item."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/inventory-items/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/inventory-items/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/inventory-items/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "7",
                                    "description": "The ID of the inventory item."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/inventory-items/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/inventory-items/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/inventory-items/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "5",
                                    "description": "The ID of the inventory item."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/inventory-items/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/inventory-items/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/inventory-items/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/inventory-items/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/inventory-items/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/inventory-items/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Kitchen",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/kitchen",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/kitchen",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/kitchen"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/kitchen",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/kitchen",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/kitchen"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/kitchen/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/kitchen/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/kitchen/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the kitchen."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/kitchen/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/kitchen/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/kitchen/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the kitchen."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/kitchen/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/kitchen/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/kitchen/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the kitchen."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Landing Pages",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/landing-pages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/landing-pages",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/landing-pages"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/landing-pages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/landing-pages",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/landing-pages"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/landing-pages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/landing-pages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/landing-pages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the landing page."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/landing-pages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/landing-pages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/landing-pages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the landing page."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/landing-pages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/landing-pages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/landing-pages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the landing page."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/landing-pages/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/landing-pages/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/landing-pages/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/landing-pages/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/landing-pages/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/landing-pages/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Languages",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/languages/default",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/languages/default",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/languages/default"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/languages/default/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/languages/default/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/languages/default/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "est",
                                    "description": "The ID of the default."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/languages/active",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/languages/active",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/languages/active"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/languages/{id}/image/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/languages/:id/image/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/languages/:id/image/delete",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the language."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/languages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/languages",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/languages"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/languages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/languages",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/languages"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/languages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/languages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/languages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the language."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/languages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/languages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/languages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the language."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/languages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/languages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/languages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the language."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/languages/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/languages/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/languages/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/languages/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/languages/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/languages/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Menus",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/menus",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/menus",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/menus"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/menus",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/menus",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/menus"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/menus/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/menus/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/menus/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the menu."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/menus/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/menus/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/menus/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the menu."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/menus/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/menus/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/menus/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "7",
                                    "description": "The ID of the menu."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/menus/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/menus/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/menus/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/menus/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/menus/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/menus/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Model Logs",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/model/logs/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/model/logs/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/model/logs/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the log."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/model/logs/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/model/logs/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/model/logs/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Module",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/module/booking/upload",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/module/booking/upload",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/module/booking/upload"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Notifications",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/notifications",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/notifications",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/notifications"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/notifications",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/notifications",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/notifications"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/notifications/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/notifications/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/notifications/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "6",
                                    "description": "The ID of the notification."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/notifications/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/notifications/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/notifications/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "6",
                                    "description": "The ID of the notification."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/notifications/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/notifications/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/notifications/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "6",
                                    "description": "The ID of the notification."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/notifications/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/notifications/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/notifications/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/notifications/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/notifications/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/notifications/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Order Details",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/order/details/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order/details/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order/details/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/order/details/{id}/cook",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order/details/:id/cook",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order/details/:id/cook",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "odio",
                                    "description": "The ID of the detail."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/order/details/{id}/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order/details/:id/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order/details/:id/status",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "rerum",
                                    "description": "The ID of the detail."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Order Refunds",
            "description": "",
            "item": [
                {
                    "name": "List order refunds",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order-refunds/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order-refunds/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Paginated refund requests across all shops."
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - OrderRefunds",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/order-refunds/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order-refunds/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order-refunds/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/order-refunds",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order-refunds",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order-refunds"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/order-refunds/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order-refunds/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order-refunds/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the order refund."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/order-refunds/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order-refunds/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order-refunds/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the order refund."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/order-refunds/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order-refunds/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order-refunds/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the order refund."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/order-refunds/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order-refunds/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order-refunds/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Order Status",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/order-statuses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order-statuses",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order-statuses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/order-statuses/{id}/active",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order-statuses/:id/active",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order-statuses/:id/active",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the order status."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/order-statuses/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order-statuses/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order-statuses/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Orders",
            "description": "",
            "item": [
                {
                    "name": "File Export",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order/export",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order/export"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "File Import",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order/import",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "List all orders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/orders/paginate",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "status",
                                    "value": "new",
                                    "description": "Filter by order status.",
                                    "disabled": false
                                },
                                {
                                    "key": "shop_id",
                                    "value": "10",
                                    "description": "Filter by shop ID.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/orders/paginate?page=1&perPage=10&status=new&shop_id=10"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Paginated orders across all shops with status statistics."
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/order/products/calculate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order/products/calculate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order/products/calculate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/order/{id}/deliveryman",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order/:id/deliveryman",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order/:id/deliveryman",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/order/{id}/waiter",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order/:id/waiter",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order/:id/waiter",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update order status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/order/:id/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/order/:id/status",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "Order ID."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"accepted\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/orders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/orders",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/orders"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Create order",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/orders",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/orders"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Admin creates order (POS). Status set to accepted."
                    },
                    "response": []
                },
                {
                    "name": "Get order by ID",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "Order ID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/orders/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/orders/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restore All",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/orders/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/orders/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/user-orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "beatae",
                                    "description": "The ID of the user order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/user-orders/{id}/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/user-orders/:id/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/user-orders/:id/paginate",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "rerum",
                                    "description": "The ID of the user order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/orders/pending/transaction",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/orders/pending/transaction",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/orders/pending/transaction"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Report Chart",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/orders/report/chart",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/orders/report/chart"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Report Transactions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/orders/report/transactions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/orders/report/transactions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Report Chart Paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/orders/report/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/orders/report/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Waiter Report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/waiter/orders/report",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/waiter/orders/report"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Revenue Report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/revenue/report",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/revenue/report"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Overview Carts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/overview/carts",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/overview/carts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Overview Products",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/overview/products",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/overview/products"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Overview Categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/overview/categories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/overview/categories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Pages",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/pages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/pages",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/pages"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/pages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/pages",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/pages"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/pages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/pages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/pages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the page."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/pages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/pages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/pages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the page."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/pages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/pages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/pages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the page."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/pages/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/pages/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/pages/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/pages/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/pages/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/pages/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - ParcelOption",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/parcel-options",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-options",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-options"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-options",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-options",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-options"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-options/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-options/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-options/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the parcel option."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-options/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-options/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-options/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the parcel option."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-options/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-options/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-options/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the parcel option."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-options/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-options/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-options/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-options/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-options/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-options/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Parcel Orders",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/parcel-order/export",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-order/export",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-order/export"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-order/import",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-order/import",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-order/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-order/{id}/deliveryman",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-order/:id/deliveryman",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-order/:id/deliveryman",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1000",
                                    "description": "The ID of the parcel order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-order/{id}/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-order/:id/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-order/:id/status",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1000",
                                    "description": "The ID of the parcel order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-orders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-orders",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-orders"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-orders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-orders",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-orders"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1000",
                                    "description": "The ID of the parcel order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1000",
                                    "description": "The ID of the parcel order."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1000",
                                    "description": "The ID of the parcel order."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-orders/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-orders/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-orders/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-orders/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-orders/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-orders/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Parcel Settings",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/parcel-order-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-order-settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-order-settings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-order-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-order-settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-order-settings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-order-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-order-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-order-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the parcel order setting."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-order-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-order-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-order-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the parcel order setting."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-order-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-order-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-order-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the parcel order setting."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-order-settings/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-order-settings/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-order-settings/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-order-settings/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-order-settings/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-order-settings/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/parcel-order-settings/active/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/parcel-order-settings/active/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/parcel-order-settings/active/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "et",
                                    "description": "The ID of the active."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Payment Payloads",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/payment-payloads",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payment-payloads",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payment-payloads"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payment-payloads",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payment-payloads",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payment-payloads"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payment-payloads/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payment-payloads/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payment-payloads/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "24",
                                    "description": "The ID of the payment payload."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payment-payloads/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payment-payloads/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payment-payloads/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "24",
                                    "description": "The ID of the payment payload."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payment-payloads/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payment-payloads/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payment-payloads/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "24",
                                    "description": "The ID of the payment payload."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payment-payloads/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payment-payloads/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payment-payloads/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payment-payloads/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payment-payloads/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payment-payloads/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Payments",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/payments/{id}/active/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payments/:id/active/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payments/:id/active/status",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the payment."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payments",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payments"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payments/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payments/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payments/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the payment."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payments/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payments/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payments/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the payment."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payments/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payments/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payments/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Payments to Partner",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payment-to-partners",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payment-to-partners"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get one",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payment-to-partners/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payment-to-partners/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "23",
                                    "description": "The ID of the payment to partner."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Store Many",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payment-to-partners/store/many",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payment-to-partners/store/many"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payment-to-partners/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payment-to-partners/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payment-to-partners/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Payouts",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/payouts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payouts",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payouts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payouts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payouts",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payouts"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payouts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payouts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payouts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the payout."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payouts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payouts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payouts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the payout."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payouts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payouts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payouts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the payout."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payouts/{id}/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payouts/:id/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payouts/:id/status",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the payout."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payouts/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payouts/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payouts/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/payouts/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/payouts/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/payouts/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Points",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/points/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/points/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/points/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/points/{id}/active",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/points/:id/active",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/points/:id/active",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "29",
                                    "description": "The ID of the point."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/points",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/points",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/points"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/points/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/points/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/points/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "29",
                                    "description": "The ID of the point."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/points/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/points/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/points/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "29",
                                    "description": "The ID of the point."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/points/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/points/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/points/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "29",
                                    "description": "The ID of the point."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/points/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/points/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/points/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/points/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/points/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/points/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - PrivacyPolicy",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/policy",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/policy",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/policy"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/policy",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/policy",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/policy"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/policy/{type}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/policy/:type",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/policy/:type",
                            "variable": [
                                {
                                    "id": "type",
                                    "key": "type",
                                    "value": "ad",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/policy/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/policy/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/policy/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Products",
            "description": "",
            "item": [
                {
                    "name": "File Export",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/export",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/export"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Most Populars",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/most-popular/products",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/most-popular/products"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "File Import",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/import",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "List products",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/paginate",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number.",
                                    "disabled": false
                                },
                                {
                                    "key": "shop_id",
                                    "value": "17",
                                    "description": "Filter by shop ID.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/paginate?page=1&shop_id=17"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Paginated products across all shops."
                    },
                    "response": []
                },
                {
                    "name": "Select Paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/select-paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/select-paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/products/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/search",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/products/{uuid}/stocks",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/:uuid/stocks",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/:uuid/stocks",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "910",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/stock/{id}/addons",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/stock/:id/addons",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/stock/:id/addons",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the stock."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/products/{uuid}/properties",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/:uuid/properties",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/:uuid/properties",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "910",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/products/{uuid}/extras",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/:uuid/extras",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/:uuid/extras",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "910",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/products/{uuid}/active",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/:uuid/active",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/:uuid/active",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "910",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/products/{uuid}/status/change",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/:uuid/status/change",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/:uuid/status/change",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "910",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Multiple Kitchen Update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/multi/kitchen/update",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/multi/kitchen/update"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/products",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/products/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "910",
                                    "description": "The ID of the product."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/products/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "910",
                                    "description": "The ID of the product."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/products/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "910",
                                    "description": "The ID of the product."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/products/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/products/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/stocks/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/stocks/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/stocks/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/stocks/select-paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/stocks/select-paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/stocks/select-paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Stock Report Paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/stocks/report/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/stocks/report/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Report Chart",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/report/chart",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/report/chart"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Report Paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/products/report/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/products/report/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Project",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/project-upload",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/project-upload",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/project-upload"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/project-update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/project-update",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/project-update"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Receipts",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/receipts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/receipts",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/receipts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/receipts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/receipts",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/receipts"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/receipts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/receipts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/receipts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the receipt."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/receipts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/receipts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/receipts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the receipt."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/receipts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/receipts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/receipts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the receipt."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/receipts/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/receipts/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/receipts/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/receipts/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/receipts/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/receipts/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Referrals",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/referrals",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/referrals",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/referrals"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/referrals",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/referrals",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/referrals"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/referrals/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/referrals/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/referrals/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the referral."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/referrals/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/referrals/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/referrals/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the referral."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/referrals/transactions/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/referrals/transactions/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/referrals/transactions/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Requests",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/request-models",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/request-models"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/request-models/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/request-models/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/request-models/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "33",
                                    "description": "The ID of the request model."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/request-models/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/request-models/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/request-models/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "33",
                                    "description": "The ID of the request model."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/request-models/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/request-models/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/request-models/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "33",
                                    "description": "The ID of the request model."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/request-model/status/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/request-model/status/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/request-model/status/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "ipsum",
                                    "description": "The ID of the status."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/request-models/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/request-models/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/request-models/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/request-models/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/request-models/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/request-models/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Reviews",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/reviews/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/reviews/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/reviews/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/reviews/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/reviews/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/reviews/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the review."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/reviews/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/reviews/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/reviews/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the review."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/reviews/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/reviews/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/reviews/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/reviews/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/reviews/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/reviews/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Role",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/roles",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/roles"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - SEO Settings",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/seo-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/seo-settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/seo-settings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/seo-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/seo-settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/seo-settings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/seo-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/seo-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/seo-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the seo setting."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/seo-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/seo-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/seo-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "5",
                                    "description": "The ID of the seo setting."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/seo-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/seo-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/seo-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "9",
                                    "description": "The ID of the seo setting."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/seo-settings/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/seo-settings/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/seo-settings/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/seo-settings/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/seo-settings/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/seo-settings/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - SMS Payloads",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/sms-payloads",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/sms-payloads",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/sms-payloads"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/sms-payloads",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/sms-payloads",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/sms-payloads"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/sms-payloads/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/sms-payloads/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/sms-payloads/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "firebase",
                                    "description": "The ID of the sms payload."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/sms-payloads/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/sms-payloads/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/sms-payloads/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "firebase",
                                    "description": "The ID of the sms payload."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/sms-payloads/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/sms-payloads/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/sms-payloads/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "firebase",
                                    "description": "The ID of the sms payload."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/sms-payloads/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/sms-payloads/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/sms-payloads/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/sms-payloads/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/sms-payloads/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/sms-payloads/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - SeoLandingPage",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/seo-landing-pages/{id}/active/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/seo-landing-pages/:id/active/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/seo-landing-pages/:id/active/status",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the seo landing page."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/seo-landing-pages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/seo-landing-pages",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/seo-landing-pages"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/seo-landing-pages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/seo-landing-pages",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/seo-landing-pages"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/seo-landing-pages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/seo-landing-pages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/seo-landing-pages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the seo landing page."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/seo-landing-pages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/seo-landing-pages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/seo-landing-pages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the seo landing page."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/seo-landing-pages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/seo-landing-pages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/seo-landing-pages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the seo landing page."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/seo-landing-pages/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/seo-landing-pages/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/seo-landing-pages/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/seo-landing-pages/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/seo-landing-pages/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/seo-landing-pages/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Settings",
            "description": "",
            "item": [
                {
                    "name": "System Information",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/settings/system/information",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/settings/system/information"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Clear Cache",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/settings/system/cache/clear",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/settings/system/cache/clear"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get app settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/settings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns all platform settings for admin configuration."
                    },
                    "response": []
                },
                {
                    "name": "Update app settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/settings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Update platform configuration key-value pairs."
                    },
                    "response": []
                },
                {
                    "name": "Restore All",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/settings/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/settings/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Shop Ads",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-ads-packages",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-ads-packages"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-ads-packages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-ads-packages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-ads-packages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "43",
                                    "description": "The ID of the shop ads package."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-ads-packages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-ads-packages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-ads-packages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "43",
                                    "description": "The ID of the shop ads package."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-ads-packages/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-ads-packages/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-ads-packages/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-ads-packages/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-ads-packages/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-ads-packages/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Shop Closed Dates",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/shop-closed-dates/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-closed-dates/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-closed-dates/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-closed-dates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-closed-dates",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-closed-dates"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the shop closed date."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the shop closed date."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the shop closed date."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-closed-dates/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-closed-dates/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-closed-dates/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-closed-dates/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-closed-dates/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-closed-dates/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - ShopDeliverymanSetting",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/shop-deliveryman-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-deliveryman-settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-deliveryman-settings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-deliveryman-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-deliveryman-settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-deliveryman-settings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-deliveryman-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-deliveryman-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-deliveryman-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the shop deliveryman setting."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-deliveryman-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-deliveryman-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-deliveryman-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the shop deliveryman setting."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-deliveryman-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-deliveryman-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-deliveryman-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the shop deliveryman setting."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-deliveryman-settings/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-deliveryman-settings/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-deliveryman-settings/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-deliveryman-settings/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-deliveryman-settings/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-deliveryman-settings/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Shop Tags",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/shop-tags",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-tags",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-tags"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-tags",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-tags",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-tags"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-tags/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-tags/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-tags/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "56",
                                    "description": "The ID of the shop tag."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-tags/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-tags/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-tags/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "56",
                                    "description": "The ID of the shop tag."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-tags/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-tags/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-tags/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "56",
                                    "description": "The ID of the shop tag."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-tags/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-tags/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-tags/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-tags/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-tags/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-tags/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Shop Working Days",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/shop-working-days/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-working-days/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-working-days/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4916",
                                    "description": "The ID of the shop working day."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4916",
                                    "description": "The ID of the shop working day."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4916",
                                    "description": "The ID of the shop working day."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-working-days/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-working-days/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-working-days/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shop-working-days/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop-working-days/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop-working-days/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Shops",
            "description": "",
            "item": [
                {
                    "name": "File Export",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop/export",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop/export"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "File Import",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shop/import",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shop/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shops/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shops/search",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shops/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "List shops",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shops/paginate",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number.",
                                    "disabled": false
                                },
                                {
                                    "key": "status",
                                    "value": "approved",
                                    "description": "Filter by status.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shops/paginate?page=1&status=approved"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shops/{uuid}/image/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shops/:uuid/image/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shops/:uuid/image/delete",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "810",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shops/{uuid}/status/change",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shops/:uuid/status/change",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shops/:uuid/status/change",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "810",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shops",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shops",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shops"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Create shop",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shops",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shops"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":18}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get shop by UUID",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shops/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shops/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                },
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "cupiditate",
                                    "description": "Shop UUID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shops/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shops/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shops/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shops/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shops/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shops/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shops/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shops/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shops/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restore All",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shops/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shops/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shops/{uuid}/verify",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shops/:uuid/verify",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shops/:uuid/verify",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "810",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/shops/{uuid}/subscriptions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/shops/:uuid/subscriptions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/shops/:uuid/subscriptions",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "810",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Stories",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/stories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/stories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/stories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/stories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/stories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/stories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "8",
                                    "description": "The ID of the story."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/stories/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/stories/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/stories/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restore All",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/stories/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/stories/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Subscriptions",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/subscriptions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/subscriptions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/subscriptions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/subscriptions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/subscriptions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/subscriptions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/subscriptions/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/subscriptions/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/subscriptions/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "105",
                                    "description": "The ID of the subscription."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/subscriptions/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/subscriptions/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/subscriptions/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "105",
                                    "description": "The ID of the subscription."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/subscriptions/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/subscriptions/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/subscriptions/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "105",
                                    "description": "The ID of the subscription."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/subscriptions/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/subscriptions/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/subscriptions/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Email Subscriptions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/email-subscriptions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/email-subscriptions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Tags",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/tags",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tags",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tags"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tags",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tags",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tags"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tags/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tags/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tags/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the tag."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tags/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tags/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tags/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "8",
                                    "description": "The ID of the tag."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tags/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tags/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tags/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the tag."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tags/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tags/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tags/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tags/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tags/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tags/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Terms",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/term",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/term",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/term"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/term",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/term",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/term"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/term/{type}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/term/:type",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/term/:type",
                            "variable": [
                                {
                                    "id": "type",
                                    "key": "type",
                                    "value": "eos",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/term/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/term/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/term/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Tickets",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/tickets/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tickets/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tickets/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tickets/{id}/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tickets/:id/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tickets/:id/status",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the ticket."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get Statuses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tickets/statuses",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tickets/statuses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tickets",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tickets",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tickets"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tickets/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tickets/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tickets/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the ticket."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tickets/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tickets/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tickets/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the ticket."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/tickets/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tickets/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tickets/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the ticket."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restore All",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/tickets/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/tickets/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Transactions",
            "description": "",
            "item": [
                {
                    "name": "List (paginated)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/transactions/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/transactions/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get one",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/transactions/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/transactions/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1500",
                                    "description": "The ID of the transaction."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/transactions/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/transactions/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/transactions/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Translations",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/translations/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/translations/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/translations/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Import",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/translations/import",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/translations/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Export",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/translations/export",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/translations/export"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/translations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/translations",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/translations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/translations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/translations",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/translations"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/translations/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/translations/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/translations/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "40",
                                    "description": "The ID of the translation."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/translations/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/translations/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/translations/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "40",
                                    "description": "The ID of the translation."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/translations/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/translations/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/translations/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "40",
                                    "description": "The ID of the translation."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/translations/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/translations/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/translations/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/translations/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/translations/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/translations/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Units",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/units/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/units/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/units/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Set Active Unit",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/units/active/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/units/active/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "at",
                                    "description": "The ID of the active."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/units/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/units/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/units/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/units/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/units/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/units/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/units",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/units",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/units"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/units/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/units/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/units/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the unit."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/units/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/units/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/units/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the unit."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Users",
            "description": "",
            "item": [
                {
                    "name": "Users Search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/users/search",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/users/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "List users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/users/paginate",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number.",
                                    "disabled": false
                                },
                                {
                                    "key": "role",
                                    "value": "user",
                                    "description": "Filter by role.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/users/paginate?page=1&role=user"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Paginated list of all platform users."
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/users/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/users/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/users/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/users/{uuid}/attach-waiter",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/users/:uuid/attach-waiter",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/users/:uuid/attach-waiter",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "101",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update Role",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/users/:uuid/role/update",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/users/:uuid/role/update",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "101",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/users/{uuid}/wallets/history",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/users/:uuid/wallets/history",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/users/:uuid/wallets/history",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "101",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/users/{uuid}/wallets",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/users/:uuid/wallets",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/users/:uuid/wallets",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "101",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Set Active",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/users/:uuid/active",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/users/:uuid/active",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "101",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/users/{uuid}/password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/users/:uuid/password",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/users/:uuid/password",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "101",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Create user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/users",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/users"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get user by UUID",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/users/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/users/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "101",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "est",
                                    "description": "User UUID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/users/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/users/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/users/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "101",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/users/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/users/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/users/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "101",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/users/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/users/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/users/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Wallet",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/admin/wallet/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/wallet/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/wallet/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Admin - Wallet History",
            "description": "",
            "item": [
                {
                    "name": "List (paginated)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/wallet/histories/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/wallet/histories/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/admin/wallet/histories/restore/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/wallet/histories/restore/all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/wallet/histories/restore/all"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Change Status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/admin/wallet/history/:uuid/status/change",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/admin/wallet/history/:uuid/status/change",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "similique",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Auth",
            "description": "",
            "item": [
                {
                    "name": "Register",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/auth/register",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/auth/register"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"firstname\":\"John\",\"email\":\"user@example.com\",\"phone\":\"01712345678\",\"password\":\"password123\",\"referral\":\"ABC123\"}"
                        },
                        "description": "Register a new user via email or phone. Phone registration sends OTP verification.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"User successfully registered\",\n  \"data\": {}\n}",
                            "name": "Success"
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": false,\n  \"code\": \"ERROR_400\",\n  \"message\": \"Phone or email not found\"\n}",
                            "name": "Missing email and phone"
                        }
                    ]
                },
                {
                    "name": "Login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/auth/login",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/auth/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"user@example.com\",\"password\":\"password123\"}"
                        },
                        "description": "Authenticate with **either** email + password **or** phone + password. Do not send both email and phone in the same request.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"User successfully login\",\n  \"data\": {\n    \"access_token\": \"1|xxxxxxxx\",\n    \"token_type\": \"Bearer\",\n    \"user\": {}\n  }\n}",
                            "name": "Success"
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": false,\n  \"code\": \"ERROR_102\",\n  \"message\": \"Login or password is incorrect\"\n}",
                            "name": "Invalid credentials"
                        }
                    ]
                },
                {
                    "name": "Check phone and login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/auth/check/phone",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/auth/check/phone"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"01712345678\"}"
                        },
                        "description": "Verify phone exists and return auth token without password check.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"User successfully login\",\n  \"data\": {\n    \"access_token\": \"1|xxxxxxxx\",\n    \"token_type\": \"Bearer\",\n    \"user\": {}\n  }\n}",
                            "name": "Success"
                        }
                    ]
                },
                {
                    "name": "Logout",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/auth/logout",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/auth/logout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"firebase_token\":\"nobis\",\"token\":\"et\"}"
                        },
                        "description": "Revoke the current Sanctum token and optionally remove Firebase device token."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"User successfully logout\",\n  \"data\": null\n}",
                            "name": "Success"
                        }
                    ]
                },
                {
                    "name": "Verify phone OTP",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/auth/verify/phone",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/auth/verify/phone"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"verifyId\":\"nisi\",\"phone\":\"nam\"}"
                        },
                        "description": "Confirm phone verification code after registration or password reset.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"Success\",\n  \"data\": {}\n}",
                            "name": "Success"
                        }
                    ]
                },
                {
                    "name": "Check phone availability",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/auth/verify/checkphone",
                            "query": [
                                {
                                    "key": "phone",
                                    "value": "01712345678",
                                    "description": "Phone number to check.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/auth/verify/checkphone?phone=01712345678"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Check whether a phone number is already registered before signup or profile update.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"Phone available\",\n  \"data\": { \"exists\": false }\n}",
                            "name": "Available"
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": false,\n  \"code\": \"ERROR_220\",\n  \"message\": \"Phone already used\"\n}",
                            "name": "Already used"
                        }
                    ]
                },
                {
                    "name": "Resend email verification",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/auth/resend-verify",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/auth/resend-verify"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"user@example.com\"}"
                        },
                        "description": "Resend verification email to unverified user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"ERROR_216\",\n  \"data\": null\n}",
                            "name": "Success"
                        }
                    ]
                },
                {
                    "name": "Verify email",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/auth/verify/:hash",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/auth/verify/:hash",
                            "variable": [
                                {
                                    "id": "hash",
                                    "key": "hash",
                                    "value": "quis",
                                    "description": ""
                                },
                                {
                                    "id": "verifyToken",
                                    "key": "verifyToken",
                                    "value": "abc123token",
                                    "description": "Email verification token from link."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Verify user email using token from verification link.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"Success\",\n  \"data\": { \"email\": \"user@example.com\" }\n}",
                            "name": "Success"
                        }
                    ]
                },
                {
                    "name": "Complete registration after email verify",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/auth/after-verify",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/auth/after-verify"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"user@example.com\",\"firstname\":\"John\",\"lastname\":\"Doe\",\"phone\":\"01712345678\",\"password\":\"password123\",\"referral\":\"et\",\"gender\":\"male\"}"
                        },
                        "description": "Set profile details and password after email verification step.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"User successfully registered\",\n  \"data\": {\n    \"token\": \"1|xxxxxxxx\",\n    \"user\": {}\n  }\n}",
                            "name": "Success"
                        }
                    ]
                },
                {
                    "name": "Forgot password (phone)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/auth/forgot/password",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/auth/forgot/password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"01712345678\"}"
                        },
                        "description": "Send OTP to phone for password reset.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"Verify code send\",\n  \"data\": null\n}",
                            "name": "Success"
                        }
                    ]
                },
                {
                    "name": "Verify forgot password (phone)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/auth/forgot/password/confirm",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/auth/forgot/password/confirm"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"verifyId\":\"sit\",\"phone\":\"reprehenderit\"}"
                        },
                        "description": "Confirm phone OTP and complete password reset flow.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"User successfully login\",\n  \"data\": {}\n}",
                            "name": "Success"
                        }
                    ]
                },
                {
                    "name": "Forgot password (email)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/auth/forgot/email-password",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/auth/forgot/email-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"user@example.com\"}"
                        },
                        "description": "Send password reset code to user email.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"Verify code send\",\n  \"data\": null\n}",
                            "name": "Success"
                        }
                    ]
                },
                {
                    "name": "Verify forgot password (email)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/auth/forgot/email-password/:hash",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/auth/forgot/email-password/:hash",
                            "variable": [
                                {
                                    "id": "hash",
                                    "key": "hash",
                                    "value": "123456",
                                    "description": "Verification code sent to email."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Confirm email reset code and receive auth token.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"User successfully login\",\n  \"data\": {\n    \"token\": \"1|xxxxxxxx\",\n    \"user\": {}\n  }\n}",
                            "name": "Success"
                        }
                    ]
                },
                {
                    "name": "Social login callback",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/auth/:provider/callback",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/auth/:provider/callback",
                            "variable": [
                                {
                                    "id": "provider",
                                    "key": "provider",
                                    "value": "google",
                                    "description": "Social provider name."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":\"perferendis\",\"email\":\"aut\",\"name\":\"blanditiis\",\"avatar\":\"ducimus\",\"referral\":\"sunt\"}"
                        },
                        "description": "Login or register via social provider (Firebase). Creates user if not exists.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"User successfully login\",\n  \"data\": {\n    \"access_token\": \"1|xxxxxxxx\",\n    \"token_type\": \"Bearer\",\n    \"user\": {}\n  }\n}",
                            "name": "Success"
                        }
                    ]
                }
            ]
        },
        {
            "name": "Cook - Order Reports",
            "description": "",
            "item": [
                {
                    "name": "Report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/cook/orders/report",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/cook/orders/report"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Cook - Orders",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/cook/orders/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/cook/orders/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/cook/orders/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/cook/orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/cook/orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/cook/orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/cook/orders/{id}/status/update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/cook/orders/:id/status/update",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/cook/orders/:id/status/update",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/cook/order-detail/{id}/status/update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/cook/order-detail/:id/status/update",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/cook/order-detail/:id/status/update",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "516",
                                    "description": "The ID of the order detail."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/cook/orders/{id}/attach/me",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/cook/orders/:id/attach/me",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/cook/orders/:id/attach/me",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/cook/orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/cook/orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/cook/orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Deliveryman - Dashboard",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/deliveryman/statistics/count",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/statistics/count",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/statistics/count"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/shop/bans",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/shop/bans",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/shop/bans"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/shop/bans",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/shop/bans",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/shop/bans"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Deliveryman - Delivery Settings",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/deliveryman/settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/settings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/settings/location",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/settings/location",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/settings/location"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/settings/online",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/settings/online",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/settings/online"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/settings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Deliveryman - Delivery Zones",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/deliveryman/delivery-zones",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/delivery-zones",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/delivery-zones"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/delivery-zones",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/delivery-zones",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/delivery-zones"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Deliveryman - DeliverymanWallet",
            "description": "",
            "item": [
                {
                    "name": "Summary",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/wallet-summary",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/wallet-summary"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Transactions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/wallet-transactions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/wallet-transactions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Settlements",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/settlements",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/settlements"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Store Settlement",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/settlements",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/settlements"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Deliveryman - Driver Orders",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/deliveryman/order/decline",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/order/decline",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/order/decline"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/order/emergency",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/order/emergency",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/order/emergency"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Deliveryman - Order Reports",
            "description": "",
            "item": [
                {
                    "name": "Report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/order/report",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/order/report"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Deliveryman - Orders",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/deliveryman/orders/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/orders/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/orders/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/orders/{id}/image",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/orders/:id/image",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/orders/:id/image",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/order/{id}/status/update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/order/:id/status/update",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/order/:id/status/update",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/orders/{id}/review",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/orders/:id/review",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/orders/:id/review",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/orders/{id}/current",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/orders/:id/current",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/orders/:id/current",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/orders/arrived/customer",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/orders/arrived/customer",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/orders/arrived/customer"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/order/{id}/attach/me",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/order/:id/attach/me",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/order/:id/attach/me",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Deliveryman - Parcel Orders",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/deliveryman/parcel-orders/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/parcel-orders/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/parcel-orders/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/parcel-orders/{id}/status/update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/parcel-orders/:id/status/update",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/parcel-orders/:id/status/update",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1000",
                                    "description": "The ID of the parcel order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/parcel-orders/{id}/review",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/parcel-orders/:id/review",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/parcel-orders/:id/review",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1000",
                                    "description": "The ID of the parcel order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/parcel-order/{id}/current",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/parcel-order/:id/current",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/parcel-order/:id/current",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1000",
                                    "description": "The ID of the parcel order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/parcel-order/{id}/attach/me",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/parcel-order/:id/attach/me",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/parcel-order/:id/attach/me",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1000",
                                    "description": "The ID of the parcel order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Deliveryman - Payments to Partner",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/payment-to-partners",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/payment-to-partners"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get one",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/payment-to-partners/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/payment-to-partners/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "23",
                                    "description": "The ID of the payment to partner."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Deliveryman - Payouts",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/deliveryman/payouts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/payouts",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/payouts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/payouts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/payouts",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/payouts"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/payouts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/payouts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/payouts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the payout."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/payouts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/payouts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/payouts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the payout."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/payouts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/payouts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/payouts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the payout."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/deliveryman/payouts/delete ",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/deliveryman/payouts/delete ",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/deliveryman/payouts/delete "
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - App Version",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/app/version-check",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/app/version-check",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/app/version-check"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Banners",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/banners/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/banners/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/banners/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/banners/{id}/liked",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/banners/:id/liked",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/banners/:id/liked",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "50",
                                    "description": "The ID of the banner."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/banners/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/banners/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/banners/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "50",
                                    "description": "The ID of the banner."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/banners-ads",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/banners-ads",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/banners-ads"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/banners-ads/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/banners-ads/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/banners-ads/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "deleniti",
                                    "description": "The ID of the banners ad."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Blogs",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/blogs/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/blogs/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/blogs/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/blogs/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/blogs/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/blogs/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "103",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/last-blog/show",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/last-blog/show",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/last-blog/show"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Booking - Booking",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/booking/bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/bookings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/bookings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "facilis",
                                    "description": "The ID of the booking."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Booking - Shop Sections",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/booking/shop-sections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shop-sections",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shop-sections"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/shop-sections/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shop-sections/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shop-sections/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the shop section."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Booking - Shops",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/booking/shops/recommended",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shops/recommended",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shops/recommended"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/shops/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shops/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shops/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/shops/select-paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shops/select-paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shops/select-paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/shops/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shops/search",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shops/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/shops/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shops/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shops/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "810",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/shops",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shops",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shops"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/shops-takes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shops-takes",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shops-takes"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/products-avg-prices",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/products-avg-prices",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/products-avg-prices"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/shops/{id}/categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shops/:id/categories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shops/:id/categories",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/shops/{id}/products",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shops/:id/products",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shops/:id/products",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/shops/{id}/galleries",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shops/:id/galleries",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shops/:id/galleries",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/shops/{id}/reviews",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shops/:id/reviews",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shops/:id/reviews",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/shops/{id}/reviews-group-rating",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shops/:id/reviews-group-rating",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shops/:id/reviews-group-rating",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/shops/{id}/products/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shops/:id/products/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shops/:id/products/paginate",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/shops/{id}/products/recommended/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shops/:id/products/recommended/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shops/:id/products/recommended/paginate",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/shop-payments/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shop-payments/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shop-payments/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "32",
                                    "description": "The ID of the shop payment."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/shop-working-check/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/shop-working-check/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/shop-working-check/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "aperiam",
                                    "description": "The ID of the shop working check."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Booking - Tables",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/booking/tables",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/tables",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/tables"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/tables/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/tables/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/tables/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the table."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/booking/disable-dates/table/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/booking/disable-dates/table/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/booking/disable-dates/table/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "possimus",
                                    "description": "The ID of the table."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Branches",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/branches",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/branches",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/branches"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/branches/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/branches/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/branches/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/branches/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/branches/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/branches/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the branch."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Brands",
            "description": "",
            "item": [
                {
                    "name": "List (paginated)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/brands/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/brands/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/brands/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/brands/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/brands/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "31",
                                    "description": "The ID of the brand."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/brands/slug/{slug}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/brands/slug/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/brands/slug/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "et",
                                    "description": "The slug of the slug."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Careers",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/careers/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/careers/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/careers/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/careers/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/careers/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/careers/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the career."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Cart",
            "description": "",
            "item": [
                {
                    "name": "Create group cart",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/cart",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/cart"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Initialize a new group cart for a shop.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get cart",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/cart/:id",
                            "query": [
                                {
                                    "key": "user_cart_uuid",
                                    "value": "ipsa",
                                    "description": "User cart UUID.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/rest/cart/:id?user_cart_uuid=ipsa",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "Cart ID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Retrieve cart details by cart ID and user cart UUID.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Add products to cart",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/cart/insert-product",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/cart/insert-product"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_cart_uuid\":\"porro\"}"
                        },
                        "description": "Insert or update products in an existing group cart.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Open cart",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/cart/open",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/cart/open"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Create or open a group cart session for multi-user ordering.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Cart Product Delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/cart/product/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/cart/product/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove cart member",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/cart/member/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/cart/member/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Status Change",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/cart/status/:user_cart_uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/cart/status/:user_cart_uuid",
                            "variable": [
                                {
                                    "id": "user_cart_uuid",
                                    "key": "user_cart_uuid",
                                    "value": "nam",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Categories",
            "description": "",
            "item": [
                {
                    "name": "Types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/categories/types",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/categories/types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "List parent categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/categories/parent",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/categories/parent"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Children Category",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/categories/children/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/categories/children/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "cum",
                                    "description": "The ID of the child."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "List categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/categories/paginate",
                            "query": [
                                {
                                    "key": "type",
                                    "value": "main",
                                    "description": "Category type.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/rest/categories/paginate?type=main&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Paginated categories with optional type filter (main, sub_main, shop, etc.).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/categories/select-paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/categories/select-paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/categories/select-paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Shop Category Product",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/categories/product/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/categories/product/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Shop Category",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/categories/shop/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/categories/shop/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/categories/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/categories/search",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/categories/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get category by UUID",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/categories/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/categories/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "dolorem",
                                    "description": "Category UUID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/categories/slug/{slug}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/categories/slug/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/categories/slug/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "sed",
                                    "description": "The slug of the slug."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Coupons",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/coupons",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/coupons",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/coupons"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/coupons/check",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/coupons/check",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/coupons/check"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Currencies",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/currencies/active",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/currencies/active",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/currencies/active"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Delivery Points",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/delivery-points",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/delivery-points"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get one",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/delivery-points/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/delivery-points/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the delivery point."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Delivery Zones",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/shop/delivery-zone/{shopId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shop/delivery-zone/:shopId",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shop/delivery-zone/:shopId",
                            "variable": [
                                {
                                    "id": "shopId",
                                    "key": "shopId",
                                    "value": "163",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shop/delivery-zone/{shopId}/branches",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shop/delivery-zone/:shopId/branches",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shop/delivery-zone/:shopId/branches",
                            "variable": [
                                {
                                    "id": "shopId",
                                    "key": "shopId",
                                    "value": "163",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shop/delivery-zone/calculate/price/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shop/delivery-zone/calculate/price/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shop/delivery-zone/calculate/price/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "quos",
                                    "description": "The ID of the price."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shop/delivery-fee/calculate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shop/delivery-fee/calculate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shop/delivery-fee/calculate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shop/delivery-zone/calculate/distance",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shop/delivery-zone/calculate/distance",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shop/delivery-zone/calculate/distance"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shop/delivery-zone/check/distance",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shop/delivery-zone/check/distance",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shop/delivery-zone/check/distance"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shop/{id}/delivery-zone/check/distance",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shop/:id/delivery-zone/check/distance",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shop/:id/delivery-zone/check/distance",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/branch/{id}/delivery-zone/check/distance",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/branch/:id/delivery-zone/check/distance",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/branch/:id/delivery-zone/check/distance",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the branch."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - FAQ",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/faqs/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/faqs/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/faqs/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/term",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/term",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/term"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/policy",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/policy",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/policy"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Landing Pages",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/landing-pages/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/landing-pages/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/landing-pages/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/landing-pages/{type}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/landing-pages/:type",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/landing-pages/:type",
                            "variable": [
                                {
                                    "id": "type",
                                    "key": "type",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Languages",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/languages/active",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/languages/active",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/languages/active"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/languages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/languages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/languages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the language."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Order Status",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/order-statuses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/order-statuses",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/order-statuses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/order-statuses/select",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/order-statuses/select",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/order-statuses/select"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Orders",
            "description": "",
            "item": [
                {
                    "name": "List orders by phone",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/orders",
                            "query": [
                                {
                                    "key": "phone",
                                    "value": "01712345678",
                                    "description": "Customer phone number.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/rest/orders?phone=01712345678&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns paginated orders for a customer phone number (guest order lookup).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Create order",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/orders",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/orders"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Place a new order from cart or direct product selection.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"Record was successfully created\",\n  \"data\": {}\n}",
                            "name": "Success"
                        }
                    ]
                },
                {
                    "name": "Get order by ID",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/orders/:id",
                            "query": [
                                {
                                    "key": "phone",
                                    "value": "01712345678",
                                    "description": "optional Customer phone for verification.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/rest/orders/:id?phone=01712345678",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "Order ID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns order details. Requires phone for guest orders or table_id for dine-in.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update order tips",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/orders/update-tips/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/orders/update-tips/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "Order ID."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Update tip amount on an existing order.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/orders/review/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/orders/review/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/orders/review/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the review."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Change order status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/orders/:id/status/change",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/orders/:id/status/change",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "Order ID."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"01712345678\",\"email\":\"user@example.com\",\"status\":\"canceled\"}"
                        },
                        "description": "Cancel or update order status by customer (phone/email verification required).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/orders/table/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/orders/table/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/orders/table/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "nobis",
                                    "description": "The ID of the table."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/order-details/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/order-details/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/order-details/delete"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/orders/clicked/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/orders/clicked/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/orders/clicked/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "quae",
                                    "description": "The ID of the clicked."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/orders/call/waiter/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/orders/call/waiter/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/orders/call/waiter/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "est",
                                    "description": "The ID of the waiter."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/orders/deliveryman/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/orders/deliveryman/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/orders/deliveryman/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "sint",
                                    "description": "The ID of the deliveryman."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Pages",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/pages/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/pages/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/pages/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/pages/{type}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/pages/:type",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/pages/:type",
                            "variable": [
                                {
                                    "id": "type",
                                    "key": "type",
                                    "value": "2",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Parcel Settings",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/parcel-order/types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/parcel-order/types",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/parcel-order/types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/parcel-order/type/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/parcel-order/type/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/parcel-order/type/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "aut",
                                    "description": "The ID of the type."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Calculate Price",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/parcel-order/calculate-price",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/parcel-order/calculate-price"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Payments",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/payments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/payments",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/payments"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/payments/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/payments/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/payments/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the payment."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Products",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/cashback/check",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/cashback/check",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/cashback/check"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/products/review/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/products/review/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/products/review/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "15",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/products/reviews/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/products/reviews/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/products/reviews/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "15",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/order/products/calculate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/order/products/calculate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/order/products/calculate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "List products",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/products/paginate",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "shop_id",
                                    "value": "14",
                                    "description": "Filter by shop ID.",
                                    "disabled": false
                                },
                                {
                                    "key": "category_id",
                                    "value": "4",
                                    "description": "Filter by category ID.",
                                    "disabled": false
                                },
                                {
                                    "key": "brand_id",
                                    "value": "9",
                                    "description": "Filter by brand ID.",
                                    "disabled": false
                                },
                                {
                                    "key": "search",
                                    "value": "ut",
                                    "description": "Search by product name.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/rest/products/paginate?page=1&perPage=10&shop_id=14&category_id=4&brand_id=9&search=ut"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Paginated list of published products from approved shops.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Products By Brand",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/products/brand/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/products/brand/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "31",
                                    "description": "The ID of the brand."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Products By Shop Uuid",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/products/shop/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/products/shop/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "810",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Products By Category Uuid",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/products/category/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/products/category/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "375",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/products/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/products/search",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/products/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Most Sold Products",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/products/most-sold",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/products/most-sold"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Discount Products",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/products/discount",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/products/discount"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/products/ids",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/products/ids",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/products/ids"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get product by UUID",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/products/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/products/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "550e8400-e29b-41d4-a716-446655440000",
                                    "description": "Product UUID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns full product details by UUID.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"Success\",\n  \"data\": {}\n}",
                            "name": "Success"
                        }
                    ]
                },
                {
                    "name": "Get product by slug",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/products/slug/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/products/slug/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "chicken-burger",
                                    "description": "Product slug."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns full product details by URL slug.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/products/file/read",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/products/file/read",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/products/file/read"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "History",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/product-histories/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/product-histories/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Receipts",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/receipts/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/receipts/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/receipts/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/receipts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/receipts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/receipts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "13",
                                    "description": "The ID of the receipt."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - SEO Settings",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/seo-settings/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/seo-settings/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/seo-settings/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/seo-settings/{key}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/seo-settings/:key",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/seo-settings/:key",
                            "variable": [
                                {
                                    "id": "key",
                                    "key": "key",
                                    "value": "0",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Settings",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/project/version",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/project/version",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/project/version"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/timezone",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/timezone",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/timezone"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get translations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/translations/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/translations/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns all active translation key-value pairs for the current locale.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get app settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/settings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns global app configuration (payment types, delivery types, logos, etc.).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Referral",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/referral",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/referral"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/system/information",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/system/information",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/system/information"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/stat",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/stat",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/stat"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/default-sms-payload",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/default-sms-payload",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/default-sms-payload"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get default language",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/languages/default",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/languages/default"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "List languages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/languages",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/languages"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "List currencies",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/currencies",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/currencies"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Shops",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/branch/recommended/products",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/branch/recommended/products",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/branch/recommended/products"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shops/recommended",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shops/recommended",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shops/recommended"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "List shops",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shops/paginate",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "address.latitude",
                                    "value": "23.8103",
                                    "description": "optional User latitude for distance sorting.",
                                    "disabled": false
                                },
                                {
                                    "key": "address.longitude",
                                    "value": "90.4125",
                                    "description": "optional User longitude for distance sorting.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/rest/shops/paginate?page=1&perPage=10&address.latitude=23.8103&address.longitude=90.4125"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Paginated list of approved shops. Supports location-based sorting when latitude/longitude provided.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shops/select-paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shops/select-paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shops/select-paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shops/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shops/search",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shops/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get shop by UUID",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shops/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shops/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "explicabo",
                                    "description": "Shop UUID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns shop details including categories, working hours, and delivery info.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shops/slug/{slug}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shops/slug/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shops/slug/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "quod",
                                    "description": "The slug of the slug."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shops",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shops",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shops"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shops-takes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shops-takes",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shops-takes"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/products-avg-prices",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/products-avg-prices",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/products-avg-prices"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/branch/products",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/branch/products",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/branch/products"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shops/{id}/categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shops/:id/categories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shops/:id/categories",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shops/{id}/products",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shops/:id/products",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shops/:id/products",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shops/{id}/galleries",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shops/:id/galleries",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shops/:id/galleries",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shops/{id}/reviews",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shops/:id/reviews",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shops/:id/reviews",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shops/review/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shops/review/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shops/review/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the review."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shops/{id}/reviews-group-rating",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shops/:id/reviews-group-rating",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shops/:id/reviews-group-rating",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shops/{id}/products/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shops/:id/products/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shops/:id/products/paginate",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shops/{id}/products/recommended/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shops/:id/products/recommended/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shops/:id/products/recommended/paginate",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "810",
                                    "description": "The ID of the shop."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shop-payments/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shop-payments/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shop-payments/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "32",
                                    "description": "The ID of the shop payment."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/rest/shop-working-check/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/shop-working-check/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/shop-working-check/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "commodi",
                                    "description": "The ID of the shop working check."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Stories",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/stories/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/stories/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/stories/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rest - Tags",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/tags/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/tags/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/tags/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Addresses",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/user-addresses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/user-addresses",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/user-addresses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/user-addresses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/user-addresses",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/user-addresses"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/user-addresses/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/user-addresses/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/user-addresses/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "36",
                                    "description": "The ID of the user address."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Ads Packages",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/ads-packages",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/ads-packages"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/ads-packages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/ads-packages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/ads-packages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the ads package."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Banners",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/banners/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/banners/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/banners/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/banners/active/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/banners/active/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/banners/active/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "velit",
                                    "description": "The ID of the active."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/banners/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/banners/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/banners/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/banners",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/banners",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/banners"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/banners/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/banners/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/banners/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "50",
                                    "description": "The ID of the banner."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/banners/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/banners/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/banners/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "50",
                                    "description": "The ID of the banner."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/banners/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/banners/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/banners/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "50",
                                    "description": "The ID of the banner."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Bonuses",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/bonuses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/bonuses",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/bonuses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/bonuses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/bonuses",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/bonuses"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/bonuses/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/bonuses/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/bonuses/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "7",
                                    "description": "The ID of the bonus."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/bonuses/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/bonuses/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/bonuses/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "7",
                                    "description": "The ID of the bonus."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/bonuses/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/bonuses/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/bonuses/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "7",
                                    "description": "The ID of the bonus."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Status Change",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/bonuses/status/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/bonuses/status/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "perspiciatis",
                                    "description": "The ID of the status."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/bonuses/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/bonuses/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/bonuses/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Booking - Booking",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/bookings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/bookings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/bookings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/bookings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "fugit",
                                    "description": "The ID of the booking."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the booking."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "deserunt",
                                    "description": "The ID of the booking."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/bookings/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/bookings/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/bookings/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Booking - Shop Closed Dates",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/booking/shop-closed-dates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/booking/shop-closed-dates",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/booking/shop-closed-dates"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/booking/shop-closed-dates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/booking/shop-closed-dates",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/booking/shop-closed-dates"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/booking/shop-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/booking/shop-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/booking/shop-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "20",
                                    "description": "The ID of the shop closed date."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/booking/shop-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/booking/shop-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/booking/shop-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "8",
                                    "description": "The ID of the shop closed date."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/booking/shop-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/booking/shop-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/booking/shop-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the shop closed date."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/booking/shop-closed-dates/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/booking/shop-closed-dates/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/booking/shop-closed-dates/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Booking - Shop Sections",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/shop-sections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-sections",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-sections"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-sections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-sections",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-sections"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-sections/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-sections/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-sections/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the shop section."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-sections/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-sections/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-sections/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the shop section."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-sections/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-sections/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-sections/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "repellendus",
                                    "description": "The ID of the shop section."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-sections/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-sections/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-sections/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Booking - Shop Working Days",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/booking/shop-working-days",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/booking/shop-working-days",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/booking/shop-working-days"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/booking/shop-working-days",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/booking/shop-working-days",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/booking/shop-working-days"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/booking/shop-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/booking/shop-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/booking/shop-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4916",
                                    "description": "The ID of the shop working day."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/booking/shop-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/booking/shop-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/booking/shop-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4916",
                                    "description": "The ID of the shop working day."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/booking/shop-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/booking/shop-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/booking/shop-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4916",
                                    "description": "The ID of the shop working day."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/booking/shop-working-days/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/booking/shop-working-days/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/booking/shop-working-days/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Booking - Tables",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/tables",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/tables",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/tables"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/tables",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/tables",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/tables"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/tables/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/tables/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/tables/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the table."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/tables/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/tables/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/tables/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the table."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/tables/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/tables/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/tables/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "officia",
                                    "description": "The ID of the table."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/table/statistic",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/table/statistic",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/table/statistic"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/disable-dates/table/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/disable-dates/table/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/disable-dates/table/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "et",
                                    "description": "The ID of the table."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/tables/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/tables/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/tables/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Booking - User Bookings",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/user-bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/user-bookings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/user-bookings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/user-bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/user-bookings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/user-bookings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/user-bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/user-bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/user-bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "115",
                                    "description": "The ID of the user booking."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/user-bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/user-bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/user-bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "115",
                                    "description": "The ID of the user booking."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/user-bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/user-bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/user-bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "dolorem",
                                    "description": "The ID of the user booking."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/user-booking/status/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/user-booking/status/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/user-booking/status/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "ea",
                                    "description": "The ID of the status."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/user-bookings/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/user-bookings/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/user-bookings/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Branch Closed Dates",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/branch-closed-dates/{branch}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branch-closed-dates/:branch",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branch-closed-dates/:branch",
                            "variable": [
                                {
                                    "id": "branch",
                                    "key": "branch",
                                    "value": "18",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/branch-closed-dates/{branch}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branch-closed-dates/:branch",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branch-closed-dates/:branch",
                            "variable": [
                                {
                                    "id": "branch",
                                    "key": "branch",
                                    "value": "17",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/branch-closed-dates/{branch}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branch-closed-dates/:branch",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branch-closed-dates/:branch",
                            "variable": [
                                {
                                    "id": "branch",
                                    "key": "branch",
                                    "value": "6",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - BranchDrawerSetting",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/branches/{branch_id}/drawer-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branches/:branch_id/drawer-settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branches/:branch_id/drawer-settings",
                            "variable": [
                                {
                                    "id": "branch_id",
                                    "key": "branch_id",
                                    "value": "1",
                                    "description": "The ID of the branch."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/branches/{branch_id}/drawer-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branches/:branch_id/drawer-settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branches/:branch_id/drawer-settings",
                            "variable": [
                                {
                                    "id": "branch_id",
                                    "key": "branch_id",
                                    "value": "1",
                                    "description": "The ID of the branch."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - BranchSafe",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branch-safes",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branch-safes"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Create",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branch-safes",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branch-safes"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Branch Working Days",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/branch-working-days/{branch}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branch-working-days/:branch",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branch-working-days/:branch",
                            "variable": [
                                {
                                    "id": "branch",
                                    "key": "branch",
                                    "value": "8",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/branch-working-days/{branch}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branch-working-days/:branch",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branch-working-days/:branch",
                            "variable": [
                                {
                                    "id": "branch",
                                    "key": "branch",
                                    "value": "8",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/branch-working-days/{branch}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branch-working-days/:branch",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branch-working-days/:branch",
                            "variable": [
                                {
                                    "id": "branch",
                                    "key": "branch",
                                    "value": "8",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Branches",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/branches",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branches",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branches"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/branches",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branches",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branches"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/branches/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branches/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branches/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the branch."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/branches/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branches/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branches/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the branch."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/branches/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branches/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branches/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the branch."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/branches/{branch_id}/working/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branches/:branch_id/working/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branches/:branch_id/working/status",
                            "variable": [
                                {
                                    "id": "branch_id",
                                    "key": "branch_id",
                                    "value": "1",
                                    "description": "The ID of the branch."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/branches/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branches/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branches/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/branches/sort/list",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/branches/sort/list",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/branches/sort/list"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Brands",
            "description": "",
            "item": [
                {
                    "name": "File Export",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/brands/export",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/brands/export"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "File Import",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/brands/import",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/brands/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/brands/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/brands/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/brands/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/brands/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/brands/search",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/brands/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/brands",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/brands",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/brands"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/brands",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/brands",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/brands"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/brands/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/brands/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/brands/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "31",
                                    "description": "The ID of the brand."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/brands/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/brands/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/brands/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "31",
                                    "description": "The ID of the brand."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/brands/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/brands/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/brands/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "31",
                                    "description": "The ID of the brand."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - CashCount",
            "description": "",
            "item": [
                {
                    "name": "Denominations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-denominations",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-denominations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "List (paginated)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-counts/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-counts/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Shift Denominations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/:uuid/denominations",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/:uuid/denominations",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "2",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/:uuid/counts",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/:uuid/counts",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "9",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Create",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/:uuid/counts",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/:uuid/counts",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "16",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get one",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/:uuid/counts/:countUuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/:uuid/counts/:countUuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "7",
                                    "description": ""
                                },
                                {
                                    "id": "countUuid",
                                    "key": "countUuid",
                                    "value": "quaerat",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - CashDrawer",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/cash-drawers/audit-logs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-drawers/audit-logs",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-drawers/audit-logs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/cash-drawers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-drawers",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-drawers"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/cash-drawers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-drawers",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-drawers"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/cash-drawers/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-drawers/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-drawers/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "18",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/cash-drawers/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-drawers/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-drawers/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "13",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - CashDrawerAlert",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-drawer-alerts",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-drawer-alerts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Mark Read",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-drawer-alerts/:id/read",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-drawer-alerts/:id/read",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "5",
                                    "description": "The ID of the cash drawer alert."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - CashDrop",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/:uuid/cash-drops",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/:uuid/cash-drops",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Create",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/:uuid/cash-drops",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/:uuid/cash-drops",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "14",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Reverse",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-drops/:uuid/reverse",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-drops/:uuid/reverse",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "2",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - CashShift",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/cash-shifts/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/status"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/cash-shifts/current",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/current",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/current"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/cash-shifts/open",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/open",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/open"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/cash-shifts/summary",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/summary",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/summary"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/cash-shifts/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/cash-shifts/{uuid}/preview-close",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/:uuid/preview-close",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/:uuid/preview-close",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "6",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/cash-shifts/{uuid}/close",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/:uuid/close",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/:uuid/close",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "16",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/cash-shifts/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "18",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - CashTransaction",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/cash-shifts/{uuid}/cash-transactions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/:uuid/cash-transactions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/:uuid/cash-transactions",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "15",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/cash-shifts/{uuid}/cash-transactions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/:uuid/cash-transactions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/:uuid/cash-transactions",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "7",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/cash-transactions/{uuid}/reverse",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-transactions/:uuid/reverse",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-transactions/:uuid/reverse",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "2",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/cash-transaction-reason-codes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-transaction-reason-codes",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-transaction-reason-codes"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Categories",
            "description": "",
            "item": [
                {
                    "name": "File Export",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/categories/export",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/categories/export"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/categories/{uuid}/image/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/categories/:uuid/image/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/categories/:uuid/image/delete",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "375",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/categories/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/categories/search",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/categories/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/categories/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/categories/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/categories/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/categories/select-paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/categories/select-paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/categories/select-paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/my-categories/select-paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/my-categories/select-paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/my-categories/select-paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "File Import",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/categories/import",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/categories/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/categories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/categories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/categories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/categories"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/categories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/categories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/categories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "375",
                                    "description": "The ID of the category."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/categories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/categories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/categories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "375",
                                    "description": "The ID of the category."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/categories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/categories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/categories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "375",
                                    "description": "The ID of the category."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/categories/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/categories/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/categories/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/categories/{uuid}/active",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/categories/:uuid/active",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/categories/:uuid/active",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "375",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Combos",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/combos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/combos",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/combos"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/combos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/combos",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/combos"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/combos/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/combos/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/combos/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the combo."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/combos/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/combos/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/combos/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the combo."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/combos/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/combos/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/combos/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the combo."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/combos/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/combos/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/combos/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Coupons",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/coupons/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/coupons/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/coupons/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/coupons/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/coupons/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/coupons/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/coupons",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/coupons",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/coupons"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/coupons",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/coupons",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/coupons"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/coupons/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/coupons/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/coupons/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the coupon."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/coupons/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/coupons/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/coupons/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the coupon."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/coupons/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/coupons/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/coupons/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the coupon."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Dashboard",
            "description": "",
            "item": [
                {
                    "name": "Dashboard order statistics",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/statistics",
                            "query": [
                                {
                                    "key": "time",
                                    "value": "subWeek",
                                    "description": "Period: subDay, subWeek, subMonth, subYear.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/statistics?time=subWeek"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Order stats for the seller shop by time period."
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/statistics/orders/chart",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/statistics/orders/chart",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/statistics/orders/chart"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/statistics/products",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/statistics/products",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/statistics/products"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/statistics/users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/statistics/users",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/statistics/users"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Delivery Zones",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/delivery-zones/list",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/delivery-zones/list",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/delivery-zones/list"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/delivery-zones",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/delivery-zones",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/delivery-zones"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/delivery-zones",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/delivery-zones",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/delivery-zones"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/delivery-zones/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/delivery-zones/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/delivery-zones/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "163",
                                    "description": "The ID of the delivery zone."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/delivery-zones/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/delivery-zones/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/delivery-zones/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "163",
                                    "description": "The ID of the delivery zone."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get By Shop Id",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/delivery-zones/:branchId",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/delivery-zones/:branchId",
                            "variable": [
                                {
                                    "id": "branchId",
                                    "key": "branchId",
                                    "value": "163",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/delivery-zones/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/delivery-zones/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/delivery-zones/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/delivery-man-delivery-zones",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/delivery-man-delivery-zones",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/delivery-man-delivery-zones"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/delivery-man-delivery-zones",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/delivery-man-delivery-zones",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/delivery-man-delivery-zones"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/delivery-man-delivery-zones/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/delivery-man-delivery-zones/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/delivery-man-delivery-zones/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the delivery man delivery zone."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Discounts",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/discounts/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/discounts/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/discounts/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Set Active Status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/discounts/:id/active/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/discounts/:id/active/status",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "24",
                                    "description": "The ID of the discount."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/discounts/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/discounts/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/discounts/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/discounts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/discounts",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/discounts"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/discounts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/discounts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/discounts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "24",
                                    "description": "The ID of the discount."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/discounts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/discounts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/discounts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "24",
                                    "description": "The ID of the discount."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/discounts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/discounts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/discounts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "24",
                                    "description": "The ID of the discount."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - DrawerHandover",
            "description": "",
            "item": [
                {
                    "name": "List (paginated)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/drawer-handovers/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/drawer-handovers/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Pending",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/drawer-handovers/pending",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/drawer-handovers/pending"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get one",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/drawer-handovers/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/drawer-handovers/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "12",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Create",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/:uuid/handovers",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/:uuid/handovers",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "2",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Confirm",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/drawer-handovers/:uuid/confirm",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/drawer-handovers/:uuid/confirm",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "6",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Reject",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/drawer-handovers/:uuid/reject",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/drawer-handovers/:uuid/reject",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "10",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Employees",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/employees/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/employees/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/employees/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/employees/report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/employees/report",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/employees/report"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/employees/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/employees/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/employees/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/employees/{uuid}/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/employees/:uuid/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/employees/:uuid/status",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/employees",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/employees",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/employees"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/employees",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/employees",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/employees"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/employees/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/employees/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/employees/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the employee."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/employees/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/employees/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/employees/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the employee."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/employees/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/employees/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/employees/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the employee."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/employees/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/employees/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/employees/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - ExpenseReport",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/reports/expense/by-category",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/expense/by-category",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/expense/by-category"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/expense/summary",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/expense/summary",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/expense/summary"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/expense/by-supplier",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/expense/by-supplier",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/expense/by-supplier"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/expense/trend",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/expense/trend",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/expense/trend"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Expenses",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/expense-transactions/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/expense-transactions/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/expense-transactions/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/expense-transactions/summary",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/expense-transactions/summary",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/expense-transactions/summary"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/expense-transactions/{uuid}/approve",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/expense-transactions/:uuid/approve",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/expense-transactions/:uuid/approve",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/expense-transactions/{uuid}/reject",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/expense-transactions/:uuid/reject",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/expense-transactions/:uuid/reject",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/expense-transactions/{uuid}/pay",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/expense-transactions/:uuid/pay",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/expense-transactions/:uuid/pay",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/expense-transactions/{uuid}/upload-receipt",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/expense-transactions/:uuid/upload-receipt",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/expense-transactions/:uuid/upload-receipt",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/expense-transactions/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/expense-transactions/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/expense-transactions/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/expense-transactions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/expense-transactions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/expense-transactions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/expense-transactions/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/expense-transactions/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/expense-transactions/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the expense transaction."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/expense-transactions/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/expense-transactions/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/expense-transactions/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the expense transaction."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/expense-transactions/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/expense-transactions/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/expense-transactions/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the expense transaction."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/expense-transactions/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/expense-transactions/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/expense-transactions/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Extra Groups",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/extra/groups/types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/extra/groups/types",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/extra/groups/types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/extra/groups",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/extra/groups",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/extra/groups"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/extra/groups",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/extra/groups",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/extra/groups"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/extra/groups/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/extra/groups/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/extra/groups/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "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": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/extra/groups/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/extra/groups/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/extra/groups/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "unde",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/extra/groups/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/extra/groups/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/extra/groups/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "deleniti",
                                    "description": "The ID of the group."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/extra/groups/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/extra/groups/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/extra/groups/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Extra Values",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/extra/values",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/extra/values",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/extra/values"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/extra/values",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/extra/values",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/extra/values"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/extra/values/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/extra/values/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/extra/values/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "est",
                                    "description": "The ID of the value."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/extra/values/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/extra/values/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/extra/values/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "exercitationem",
                                    "description": "The ID of the value."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/extra/values/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/extra/values/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/extra/values/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "dolor",
                                    "description": "The ID of the value."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/extra/values/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/extra/values/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/extra/values/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - History",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/sales-history",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/sales-history",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/sales-history"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/sales-cards",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/sales-cards",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/sales-cards"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/sales-main-cards",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/sales-main-cards",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/sales-main-cards"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/sales-chart",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/sales-chart",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/sales-chart"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/sales-statistic",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/sales-statistic",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/sales-statistic"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Income",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/income-transactions/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-transactions/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-transactions/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-transactions/summary",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-transactions/summary",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-transactions/summary"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-transactions/create-from-order/{orderId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-transactions/create-from-order/:orderId",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-transactions/create-from-order/:orderId",
                            "variable": [
                                {
                                    "id": "orderId",
                                    "key": "orderId",
                                    "value": "cumque",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-transactions/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-transactions/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-transactions/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-transactions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-transactions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-transactions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-transactions/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-transactions/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-transactions/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the income transaction."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-transactions/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-transactions/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-transactions/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the income transaction."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-transactions/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-transactions/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-transactions/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the income transaction."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-transactions/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-transactions/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-transactions/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - IncomeExpenseCategory",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/income-expense-categories/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-expense-categories/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-expense-categories/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-expense-categories/tree",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-expense-categories/tree",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-expense-categories/tree"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-expense-categories/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-expense-categories/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-expense-categories/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-expense-categories/{uuid}/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-expense-categories/:uuid/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-expense-categories/:uuid/status",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-expense-categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-expense-categories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-expense-categories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-expense-categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-expense-categories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-expense-categories"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-expense-categories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-expense-categories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-expense-categories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the income expense category."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-expense-categories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-expense-categories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-expense-categories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the income expense category."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-expense-categories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-expense-categories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-expense-categories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the income expense category."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/income-expense-categories/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/income-expense-categories/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/income-expense-categories/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Inventory",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/inventories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/inventories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/inventories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/inventories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/inventories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/inventories"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/inventories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/inventories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/inventories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "7",
                                    "description": "The ID of the inventory."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/inventories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/inventories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/inventories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "9",
                                    "description": "The ID of the inventory."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/inventories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/inventories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/inventories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "6",
                                    "description": "The ID of the inventory."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/inventories/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/inventories/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/inventories/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - InventoryItem",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/inventory-items",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/inventory-items",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/inventory-items"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/inventory-items",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/inventory-items",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/inventory-items"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/inventory-items/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/inventory-items/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/inventory-items/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the inventory item."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/inventory-items/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/inventory-items/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/inventory-items/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "9",
                                    "description": "The ID of the inventory item."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/inventory-items/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/inventory-items/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/inventory-items/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the inventory item."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/inventory-items/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/inventory-items/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/inventory-items/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Invites",
            "description": "",
            "item": [
                {
                    "name": "List (paginated)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shops/invites/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shops/invites/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Change Status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shops/invites/:id/status/change",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shops/invites/:id/status/change",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "molestias",
                                    "description": "The ID of the invite."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Invoice",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/invoices",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/invoices",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/invoices"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/invoices/{id}/sign",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/invoices/:id/sign",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/invoices/:id/sign",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the invoice."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/invoices/{id}/send",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/invoices/:id/send",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/invoices/:id/send",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "12",
                                    "description": "The ID of the invoice."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get one",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/invoices/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/invoices/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the invoice."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Kitchen",
            "description": "",
            "item": [
                {
                    "name": "Status Change",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/kitchen/:id/active",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/kitchen/:id/active",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the kitchen."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/kitchen",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/kitchen",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/kitchen"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/kitchen",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/kitchen",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/kitchen"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/kitchen/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/kitchen/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/kitchen/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the kitchen."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/kitchen/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/kitchen/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/kitchen/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the kitchen."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/kitchen/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/kitchen/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/kitchen/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the kitchen."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Menus",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/menus",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/menus",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/menus"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/menus",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/menus",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/menus"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/menus/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/menus/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/menus/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the menu."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/menus/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/menus/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/menus/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "7",
                                    "description": "The ID of the menu."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/menus/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/menus/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/menus/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "14",
                                    "description": "The ID of the menu."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/menus/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/menus/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/menus/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Order Details",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/order/details/{id}/cook",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/order/details/:id/cook",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/order/details/:id/cook",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "blanditiis",
                                    "description": "The ID of the detail."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/order/details/{id}/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/order/details/:id/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/order/details/:id/status",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "esse",
                                    "description": "The ID of the detail."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Order Refunds",
            "description": "",
            "item": [
                {
                    "name": "List order refunds",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/order-refunds/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/order-refunds/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Paginated refund requests for the seller shop."
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - OrderRefunds",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/order-refunds/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/order-refunds/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/order-refunds/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/order-refunds",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/order-refunds",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/order-refunds"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/order-refunds/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/order-refunds/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/order-refunds/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the order refund."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/order-refunds/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/order-refunds/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/order-refunds/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the order refund."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/order-refunds/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/order-refunds/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/order-refunds/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the order refund."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Order Reports",
            "description": "",
            "item": [
                {
                    "name": "Report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/order/report",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/order/report"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Report Chart",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/orders/report/chart",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/orders/report/chart"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Report Transactions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/orders/report/transactions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/orders/report/transactions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Report Chart Paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/orders/report/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/orders/report/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Waiter Report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/waiter/orders/report",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/waiter/orders/report"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Orders",
            "description": "",
            "item": [
                {
                    "name": "File Export",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/order/export",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/order/export"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "File Import",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/order/import",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/order/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/order/products/calculate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/order/products/calculate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/order/products/calculate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "List shop orders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/orders/paginate",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "status",
                                    "value": "new",
                                    "description": "Filter by order status.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/orders/paginate?page=1&perPage=10&status=new"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Paginated orders for the authenticated seller shop with status statistics."
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/order/{id}/deliveryman",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/order/:id/deliveryman",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/order/:id/deliveryman",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/orders/{id}/waiter",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/orders/:id/waiter",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/orders/:id/waiter",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update order status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/order/:id/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/order/:id/status",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                },
                                {
                                    "id": "orderId",
                                    "key": "orderId",
                                    "value": "1",
                                    "description": "Order ID."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"accepted\"}"
                        },
                        "description": "Change order status (accept, ready, on_a_way, delivered, etc.)."
                    },
                    "response": []
                },
                {
                    "name": "Create order",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/orders",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/orders"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Create order on behalf of customer (POS). Status set to accepted."
                    },
                    "response": []
                },
                {
                    "name": "Get order by ID",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "Order ID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/bulk-orders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/bulk-orders",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/bulk-orders"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/orders/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/orders/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/orders/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/orders/pending/transaction",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/orders/pending/transaction",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/orders/pending/transaction"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Payments to Partner",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payment-to-partners",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payment-to-partners"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get one",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payment-to-partners/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payment-to-partners/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "23",
                                    "description": "The ID of the payment to partner."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Payouts",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/payouts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payouts",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payouts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payouts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payouts",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payouts"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payouts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payouts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payouts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the payout."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payouts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payouts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payouts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the payout."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payouts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payouts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payouts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the payout."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payouts/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payouts/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payouts/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Payroll",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/payroll-periods/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payroll-periods/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payroll-periods/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payroll-periods/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payroll-periods/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payroll-periods/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "6",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payroll-periods",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payroll-periods",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payroll-periods"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payroll-periods/{uuid}/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payroll-periods/:uuid/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payroll-periods/:uuid/status",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "9",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payroll-periods/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payroll-periods/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payroll-periods/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payrolls/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payrolls/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payrolls/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payrolls/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payrolls/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payrolls/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "4",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payrolls",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payrolls",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payrolls"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payrolls/{uuid}/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payrolls/:uuid/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payrolls/:uuid/status",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "11",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payrolls/{uuid}/calculate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payrolls/:uuid/calculate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payrolls/:uuid/calculate",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "9",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payrolls/{uuid}/generate-payslip",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payrolls/:uuid/generate-payslip",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payrolls/:uuid/generate-payslip",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "16",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payrolls/report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payrolls/report",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payrolls/report"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payrolls/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payrolls/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payrolls/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payslips/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payslips/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payslips/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payslips/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payslips/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payslips/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "19",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payslips/{uuid}/send",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payslips/:uuid/send",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payslips/:uuid/send",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "16",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/payslips/{uuid}/download",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/payslips/:uuid/download",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/payslips/:uuid/download",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "19",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - PosDevice",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/pos-devices",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/pos-devices",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/pos-devices"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/pos-devices",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/pos-devices",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/pos-devices"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/pos-devices/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/pos-devices/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/pos-devices/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "15",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/pos-devices/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/pos-devices/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/pos-devices/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "2",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Products",
            "description": "",
            "item": [
                {
                    "name": "File Import",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/products/import",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/products/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "File Export",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/products/export",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/products/export"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "List shop products",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/products/paginate",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Items per page.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/products/paginate?page=1&perPage=10"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/products/select-paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/products/select-paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/products/select-paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/products/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/products/search",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/products/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/products/{uuid}/stocks",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/products/:uuid/stocks",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/products/:uuid/stocks",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "910",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/products/{uuid}/properties",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/products/:uuid/properties",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/products/:uuid/properties",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "910",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/products/{uuid}/extras",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/products/:uuid/extras",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/products/:uuid/extras",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "910",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Select Stock Paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/stocks/select-paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/stocks/select-paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/stocks/report/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/stocks/report/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/stocks/report/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/stocks/{uuid}/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/stocks/:uuid/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/stocks/:uuid/status",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "2",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/products/{uuid}/active",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/products/:uuid/active",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/products/:uuid/active",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "910",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Multiple Kitchen Update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/products/multi/kitchen/update",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/products/multi/kitchen/update"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/products/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/products/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/products/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Create product",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/products",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/products"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get product by UUID",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/products/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/products/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "910",
                                    "description": "The ID of the product."
                                },
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "culpa",
                                    "description": "Product UUID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update product",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/products/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/products/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "910",
                                    "description": "The ID of the product."
                                },
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "quia",
                                    "description": "Product UUID."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/products/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/products/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/products/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "910",
                                    "description": "The ID of the product."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - ProfitLoss",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/profit-loss/statement",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/profit-loss/statement",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/profit-loss/statement"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - ProfitReport",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/reports/profit/margin",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/profit/margin",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/profit/margin"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/profit/statement",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/profit/statement",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/profit/statement"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/profit/by-product",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/profit/by-product",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/profit/by-product"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/profit/trend",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/profit/trend",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/profit/trend"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Purchase Orders",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/purchase-orders/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-orders/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-orders/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the purchase order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-orders/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-orders/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-orders/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-orders/{uuid}/invoice",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-orders/:uuid/invoice",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-orders/:uuid/invoice",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-orders/{uuid}/receive",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-orders/:uuid/receive",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-orders/:uuid/receive",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-orders/{uuid}/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-orders/:uuid/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-orders/:uuid/status",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-orders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-orders",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-orders"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-orders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-orders",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-orders"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the purchase order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the purchase order."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the purchase order."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-orders/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-orders/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-orders/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - PurchaseReport",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/reports/purchase/analysis",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/purchase/analysis",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/purchase/analysis"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/purchase/by-supplier",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/purchase/by-supplier",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/purchase/by-supplier"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/purchase/trend",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/purchase/trend",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/purchase/trend"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/purchase/returns",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/purchase/returns",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/purchase/returns"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Purchase Returns",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/purchase-returns/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-returns/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-returns/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-returns/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-returns/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-returns/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "15",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-returns/{uuid}/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-returns/:uuid/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-returns/:uuid/status",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "15",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-returns",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-returns",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-returns"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-returns",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-returns",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-returns"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-returns/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-returns/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-returns/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the purchase return."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-returns/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-returns/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-returns/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the purchase return."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-returns/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-returns/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-returns/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the purchase return."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/purchase-returns/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-returns/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-returns/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "File Export",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/purchase-returns/file/export",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/purchase-returns/file/export"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Receipts",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/receipts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/receipts",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/receipts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/receipts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/receipts",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/receipts"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/receipts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/receipts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/receipts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the receipt."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/receipts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/receipts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/receipts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "9",
                                    "description": "The ID of the receipt."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/receipts/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/receipts/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/receipts/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "20",
                                    "description": "The ID of the receipt."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/receipts/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/receipts/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/receipts/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Recurring Expenses",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/recurring-expenses/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/recurring-expenses/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/recurring-expenses/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/recurring-expenses/{uuid}/toggle",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/recurring-expenses/:uuid/toggle",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/recurring-expenses/:uuid/toggle",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "2",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/recurring-expenses/{uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/recurring-expenses/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/recurring-expenses/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "3",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/recurring-expenses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/recurring-expenses",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/recurring-expenses"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/recurring-expenses/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/recurring-expenses/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/recurring-expenses/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the recurring expense."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/recurring-expenses/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/recurring-expenses/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/recurring-expenses/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "16",
                                    "description": "The ID of the recurring expense."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/recurring-expenses/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/recurring-expenses/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/recurring-expenses/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "12",
                                    "description": "The ID of the recurring expense."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/recurring-expenses/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/recurring-expenses/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/recurring-expenses/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Requests",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/request-models",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/request-models"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/request-models",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/request-models",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/request-models"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/request-models/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/request-models/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/request-models/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "33",
                                    "description": "The ID of the request model."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/request-models/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/request-models/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/request-models/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "33",
                                    "description": "The ID of the request model."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/request-models/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/request-models/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/request-models/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "33",
                                    "description": "The ID of the request model."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/request-models/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/request-models/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/request-models/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Reviews",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/reviews/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reviews/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reviews/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reviews/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reviews/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reviews/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the review."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - SafeDeposit",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/safe-deposits",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/safe-deposits"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Summary",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/safe-deposits/summary",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/safe-deposits/summary"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - ShiftReconciliation",
            "description": "",
            "item": [
                {
                    "name": "List (paginated)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shift-reconciliations/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shift-reconciliations/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Accuracy Trend",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-accuracy/trend",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-accuracy/trend"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Suspicious Activities",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shift-suspicious-activities/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shift-suspicious-activities/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get one",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/:uuid/reconciliation",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/:uuid/reconciliation",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "17",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Reconcile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/cash-shifts/:uuid/reconcile",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/cash-shifts/:uuid/reconcile",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "5",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Shop",
            "description": "",
            "item": [
                {
                    "name": "Get my shop",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/shops",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/shops"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the authenticated seller's shop details."
                    },
                    "response": []
                },
                {
                    "name": "Get my shop",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shops",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shops"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the authenticated seller's shop details."
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Shop Ads",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-ads-packages",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-ads-packages"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-ads-packages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-ads-packages",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-ads-packages"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-ads-packages/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-ads-packages/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-ads-packages/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "43",
                                    "description": "The ID of the shop ads package."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Shop Categories",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/shop-categories/all-category",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-categories/all-category",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-categories/all-category"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-categories/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-categories/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-categories/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-categories/select-paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-categories/select-paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-categories/select-paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-categories/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-categories/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-categories/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-categories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-categories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-categories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-categories"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-categories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-categories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-categories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "803",
                                    "description": "The ID of the shop category."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-categories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-categories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-categories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "803",
                                    "description": "The ID of the shop category."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-categories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-categories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-categories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "803",
                                    "description": "The ID of the shop category."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Shop Closed Dates",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/shop-closed-dates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-closed-dates",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-closed-dates"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "19",
                                    "description": "The ID of the shop closed date."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "20",
                                    "description": "The ID of the shop closed date."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "11",
                                    "description": "The ID of the shop closed date."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-closed-dates/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-closed-dates/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-closed-dates/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Shop Delivery Zones",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/shop-delivery-zones/list",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-delivery-zones/list",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-delivery-zones/list"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-delivery-zones",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-delivery-zones",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-delivery-zones"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-delivery-zones",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-delivery-zones",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-delivery-zones"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-delivery-zones/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-delivery-zones/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-delivery-zones/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "163",
                                    "description": "The ID of the shop delivery zone."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-delivery-zones/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-delivery-zones/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-delivery-zones/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "163",
                                    "description": "The ID of the shop delivery zone."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-delivery-zones/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-delivery-zones/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-delivery-zones/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "rem",
                                    "description": "The ID of the shop delivery zone."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-delivery-zones/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-delivery-zones/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-delivery-zones/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - ShopDeliverymanSetting",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/shop-deliveryman-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-deliveryman-settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-deliveryman-settings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-deliveryman-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-deliveryman-settings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-deliveryman-settings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-deliveryman-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-deliveryman-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-deliveryman-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "16",
                                    "description": "The ID of the shop deliveryman setting."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-deliveryman-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-deliveryman-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-deliveryman-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4",
                                    "description": "The ID of the shop deliveryman setting."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-deliveryman-settings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-deliveryman-settings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-deliveryman-settings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the shop deliveryman setting."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-deliveryman-settings/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-deliveryman-settings/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-deliveryman-settings/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - ShopGalleries",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/galleries",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/galleries",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/galleries"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/galleries",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/galleries",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/galleries"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/galleries/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/galleries/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/galleries/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "93",
                                    "description": "The ID of the gallery."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/galleries/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/galleries/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/galleries/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "93",
                                    "description": "The ID of the gallery."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Shop Payments",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/shop-payments/{id}/active/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-payments/:id/active/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-payments/:id/active/status",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "32",
                                    "description": "The ID of the shop payment."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Shop Non Exist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-payments/shop-non-exist",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-payments/shop-non-exist"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-payments/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-payments/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-payments/delete"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-payments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-payments",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-payments"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-payments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-payments",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-payments"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-payments/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-payments/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-payments/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "32",
                                    "description": "The ID of the shop payment."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-payments/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-payments/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-payments/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "32",
                                    "description": "The ID of the shop payment."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-payments/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-payments/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-payments/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "32",
                                    "description": "The ID of the shop payment."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Shop Working Days",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/shop-working-days",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-working-days",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-working-days"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4916",
                                    "description": "The ID of the shop working day."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4916",
                                    "description": "The ID of the shop working day."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4916",
                                    "description": "The ID of the shop working day."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop-working-days/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-working-days/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-working-days/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Shops",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/user/shops",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/shops",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/shops"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/shops",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/shops",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/shops"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shops",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shops",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shops"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shops/working/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shops/working/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shops/working/status"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - StockReport",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/reports/stock/current",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/stock/current",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/stock/current"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/stock/low-stock",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/stock/low-stock",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/stock/low-stock"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/stock/valuation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/stock/valuation",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/stock/valuation"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/stock/by-category",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/stock/by-category",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/stock/by-category"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/stock/by-branch",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/stock/by-branch",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/stock/by-branch"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/stock/total-balance",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/stock/total-balance",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/stock/total-balance"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/stock/movement",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/stock/movement",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/stock/movement"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Stories",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/stories/upload",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/stories/upload",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/stories/upload"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/stories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/stories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/stories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/stories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/stories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/stories"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/stories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/stories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/stories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "5",
                                    "description": "The ID of the story."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/stories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/stories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/stories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the story."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/stories/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/stories/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/stories/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "9",
                                    "description": "The ID of the story."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/stories/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/stories/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/stories/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Subscriptions",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/subscriptions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/subscriptions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/subscriptions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/my-subscriptions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/my-subscriptions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/my-subscriptions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/subscriptions/check-admin-coupon",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/subscriptions/check-admin-coupon",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/subscriptions/check-admin-coupon"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Subscription Attach",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/subscriptions/:id/attach",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/subscriptions/:id/attach",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "105",
                                    "description": "The ID of the subscription."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Increase User Limit",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/subscription/user-limit/increase",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/subscription/user-limit/increase"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Suppliers",
            "description": "",
            "item": [
                {
                    "name": "File Export",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/suppliers/export",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/suppliers/export"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "File Import",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/suppliers/import",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/suppliers/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/suppliers/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/suppliers/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/suppliers/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/suppliers/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/suppliers/search",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/suppliers/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/suppliers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/suppliers",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/suppliers"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/suppliers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/suppliers",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/suppliers"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/suppliers/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/suppliers/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/suppliers/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the supplier."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/suppliers/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/suppliers/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/suppliers/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the supplier."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/suppliers/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/suppliers/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/suppliers/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the supplier."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/suppliers/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/suppliers/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/suppliers/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/suppliers/{uuid}/active",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/suppliers/:uuid/active",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/suppliers/:uuid/active",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Tags",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/tags",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/tags",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/tags"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/tags",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/tags",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/tags"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/tags/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/tags/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/tags/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "9",
                                    "description": "The ID of the tag."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/tags/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/tags/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/tags/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "6",
                                    "description": "The ID of the tag."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/tags/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/tags/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/tags/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "8",
                                    "description": "The ID of the tag."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/tags/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/tags/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/tags/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Shop Tags Paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop-tags/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop-tags/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Transactions",
            "description": "",
            "item": [
                {
                    "name": "List (paginated)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/transactions/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/transactions/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get one",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/transactions/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/transactions/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1500",
                                    "description": "The ID of the transaction."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - TrendReport",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/reports/trend/sales",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/trend/sales",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/trend/sales"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/trend/forecast",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/trend/forecast",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/trend/forecast"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/trend/business",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/trend/business",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/trend/business"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/trend/seasonal",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/trend/seasonal",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/trend/seasonal"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/reports/trend/indicators",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/reports/trend/indicators",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/reports/trend/indicators"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Units",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/seller/units/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/units/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/units/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/units/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/units/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/units/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the unit."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Seller - Users",
            "description": "",
            "item": [
                {
                    "name": "Shop Users Paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop/users/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop/users/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/shop/users/role/deliveryman",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop/users/role/deliveryman",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop/users/role/deliveryman"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Shop User Show",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/shop/users/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/shop/users/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "101",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "List (paginated)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/users/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/users/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get one",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/users/:uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/users/:uuid",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "101",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/users",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/users"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get one",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/users/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/users/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "101",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/users/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/users/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/users/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "101",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/users/{uuid}/change/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/users/:uuid/change/status",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/users/:uuid/change/status",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "101",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/seller/users/{uuid}/attach-waiter",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/seller/users/:uuid/attach-waiter",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/seller/users/:uuid/attach-waiter",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "101",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Shared - Gallery",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/galleries/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/galleries/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/galleries/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/galleries/storage/files",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/galleries/storage/files",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/galleries/storage/files"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/galleries/storage/files/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/galleries/storage/files/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/galleries/storage/files/delete"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/galleries/store-many",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/galleries/store-many",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/galleries/store-many"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Shared - Notifications",
            "description": "",
            "item": [
                {
                    "name": "api/v1/rest/notifications",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/rest/notifications",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/rest/notifications"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/notifications/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/notifications/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/notifications/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "6",
                                    "description": "The ID of the notification."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/notifications/{id}/read-at",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/notifications/:id/read-at",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/notifications/:id/read-at",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "6",
                                    "description": "The ID of the notification."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/notifications/read-all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/notifications/read-all",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/notifications/read-all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Shared - Payments",
            "description": "",
            "item": [
                {
                    "name": "Create",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/payments/:type/:id/transactions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/payments/:type/:id/transactions",
                            "variable": [
                                {
                                    "id": "type",
                                    "key": "type",
                                    "value": "10",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "fugit",
                                    "description": "The ID of the {type}."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update Status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/payments/:type/:id/transactions",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/payments/:type/:id/transactions",
                            "variable": [
                                {
                                    "id": "type",
                                    "key": "type",
                                    "value": "10",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "dolorem",
                                    "description": "The ID of the {type}."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/payments/wallet/payment/top-up",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/payments/wallet/payment/top-up",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/payments/wallet/payment/top-up"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - Addresses",
            "description": "",
            "item": [
                {
                    "name": "Set active address",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/address/set-active/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/address/set-active/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "Address ID."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Mark an address as the default delivery address."
                    },
                    "response": []
                },
                {
                    "name": "Get active address",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/address/get-active",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/address/get-active"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the user's currently active delivery address."
                    },
                    "response": []
                },
                {
                    "name": "List addresses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/addresses",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/addresses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Paginated delivery addresses for the authenticated user."
                    },
                    "response": []
                },
                {
                    "name": "Create address",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/addresses",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/addresses"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Add a new delivery address for the authenticated user."
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/addresses/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/addresses/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/addresses/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "provident",
                                    "description": "The ID of the address."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/addresses/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/addresses/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/addresses/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "et",
                                    "description": "The ID of the address."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/addresses/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/addresses/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/addresses/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "fugiat",
                                    "description": "The ID of the address."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - Booking - Booking",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/user/bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/bookings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/bookings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "molestiae",
                                    "description": "The ID of the booking."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - Booking - Shop Sections",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/user/shop-sections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/shop-sections",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/shop-sections"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/shop-sections/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/shop-sections/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/shop-sections/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the shop section."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - Booking - Tables",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/user/tables",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/tables",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/tables"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/tables/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/tables/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/tables/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the table."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - Booking - User Bookings",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/user/my-bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/my-bookings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/my-bookings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/my-bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/my-bookings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/my-bookings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/my-bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/my-bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/my-bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "115",
                                    "description": "The ID of the my booking."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/my-bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/my-bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/my-bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "115",
                                    "description": "The ID of the my booking."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/my-bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/my-bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/my-bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "quo",
                                    "description": "The ID of the my booking."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/my-bookings/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/my-bookings/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/my-bookings/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - Cart",
            "description": "",
            "item": [
                {
                    "name": "Create cart",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/cart",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/cart"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Initialize a new cart for the authenticated user."
                    },
                    "response": []
                },
                {
                    "name": "Add products to cart",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/cart/insert-product",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/cart/insert-product"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/cart/open",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/cart/open",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/cart/open"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/cart/set-group/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/cart/set-group/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/cart/set-group/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "est",
                                    "description": "The ID of the set group."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/cart/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/cart/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/cart/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/cart/my-delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/cart/my-delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/cart/my-delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/cart/product/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/cart/product/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/cart/product/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/cart/member/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/cart/member/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/cart/member/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get cart",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/cart",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/cart"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the authenticated user's active cart."
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/cart/status/{user_cart_uuid}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/cart/status/:user_cart_uuid",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/cart/status/:user_cart_uuid",
                            "variable": [
                                {
                                    "id": "user_cart_uuid",
                                    "key": "user_cart_uuid",
                                    "value": "fugiat",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Calculate cart totals",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/cart/calculate/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/cart/calculate/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "Cart ID."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Calculate price, delivery fee, tax, and discounts for a cart."
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - Export",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/user/export/order/{id}/pdf",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/export/order/:id/pdf",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/export/order/:id/pdf",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - Invites",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/user/invites/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/invites/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/invites/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/shop/invitation/{uuid}/link",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/shop/invitation/:uuid/link",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/shop/invitation/:uuid/link",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "10037",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - Order Refunds",
            "description": "",
            "item": [
                {
                    "name": "List order refunds",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/order-refunds/paginate",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/order-refunds/paginate?page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Paginated refund requests for the authenticated user."
                    },
                    "response": []
                },
                {
                    "name": "Request order refund",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/order-refunds",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/order-refunds"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"order_id\":1,\"cause\":\"aspernatur\"}"
                        },
                        "description": "Create a refund request for an eligible order."
                    },
                    "response": []
                },
                {
                    "name": "Get order refund",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/order-refunds/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/order-refunds/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the order refund."
                                },
                                {
                                    "id": "orderRefund",
                                    "key": "orderRefund",
                                    "value": "1",
                                    "description": "Refund ID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - OrderRefunds",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/user/order-refunds/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/order-refunds/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/order-refunds/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/order-refunds",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/order-refunds",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/order-refunds"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/order-refunds/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/order-refunds/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/order-refunds/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the order refund."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - Orders",
            "description": "",
            "item": [
                {
                    "name": "List my orders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/orders/paginate",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "status",
                                    "value": "new",
                                    "description": "Filter by order status.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/orders/paginate?page=1&perPage=10&status=new"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Paginated orders for the authenticated user."
                    },
                    "response": []
                },
                {
                    "name": "Live order tracking",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/orders/:id/live-tracking",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/orders/:id/live-tracking",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "Order ID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Driver location and ETA for an order in transit."
                    },
                    "response": []
                },
                {
                    "name": "Add order review",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/orders/review/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/orders/review/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "Order ID."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Submit a rating and review for a completed order."
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/orders/deliveryman-review/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/orders/deliveryman-review/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/orders/deliveryman-review/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "laborum",
                                    "description": "The ID of the deliveryman review."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/orders/waiter-review/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/orders/waiter-review/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/orders/waiter-review/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "commodi",
                                    "description": "The ID of the waiter review."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Change order status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/orders/:id/status/change",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/orders/:id/status/change",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "Order ID."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"canceled\"}"
                        },
                        "description": "Cancel order (only when status is `new`)."
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/orders/{id}/repeat",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/orders/:id/repeat",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/orders/:id/repeat",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/orders/{id}/delete-repeat",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/orders/:id/delete-repeat",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/orders/:id/delete-repeat",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Create order",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/orders",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/orders"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"cart_id\":1,\"payment_id\":20,\"delivery_type\":\"delivery\"}"
                        },
                        "description": "Place order from cart for authenticated user. Supports multi-branch carts."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"Record was successfully created\",\n  \"data\": {}\n}",
                            "name": "Success"
                        }
                    ]
                },
                {
                    "name": "Get order by ID",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "Order ID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns full order details for the authenticated user."
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - Parcel Orders",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/user/parcel-orders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/parcel-orders",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/parcel-orders"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/parcel-orders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/parcel-orders",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/parcel-orders"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/parcel-orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/parcel-orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/parcel-orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1000",
                                    "description": "The ID of the parcel order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/parcel-orders/{id}/status/change",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/parcel-orders/:id/status/change",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/parcel-orders/:id/status/change",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1000",
                                    "description": "The ID of the parcel order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/parcel-orders/deliveryman-review/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/parcel-orders/deliveryman-review/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/parcel-orders/deliveryman-review/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "rerum",
                                    "description": "The ID of the deliveryman review."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - Profile",
            "description": "",
            "item": [
                {
                    "name": "Get profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/profile/show",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/profile/show"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns authenticated user profile with shop and role data."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"timestamp\": \"2026-07-03T08:00:00.000000Z\",\n  \"status\": true,\n  \"message\": \"Success\",\n  \"data\": {}\n}",
                            "name": "Success"
                        }
                    ]
                },
                {
                    "name": "Update profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/profile/update",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/profile/update"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Update authenticated user profile fields."
                    },
                    "response": []
                },
                {
                    "name": "Delete account",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/profile/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/profile/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Soft-delete the authenticated user account."
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/profile/firebase/token/update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/profile/firebase/token/update",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/profile/firebase/token/update"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/profile/password/update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/profile/password/update",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/profile/password/update"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/profile/password/reset",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/profile/password/reset",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/profile/password/reset"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/profile/liked/looks",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/profile/liked/looks",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/profile/liked/looks"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Notification Statistic",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/profile/notifications-statistic",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/profile/notifications-statistic"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Search Sending",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/search-sending",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/search-sending"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Notifications Update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/update/notifications",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/update/notifications"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Notifications",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/notifications",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/notifications"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - Requests",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/request-models",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/request-models"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/request-models",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/request-models",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/request-models"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/request-models/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/request-models/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/request-models/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "33",
                                    "description": "The ID of the request model."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/request-models/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/request-models/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/request-models/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "33",
                                    "description": "The ID of the request model."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/request-models/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/request-models/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/request-models/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "33",
                                    "description": "The ID of the request model."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - SavedCartInformations",
            "description": "",
            "item": [
                {
                    "name": "List all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/saved-cart-informations",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/saved-cart-informations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/saved-cart-informations/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/saved-cart-informations/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "molestias",
                                    "description": "The ID of the saved cart information."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/saved-cart-informations/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/saved-cart-informations/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "optio",
                                    "description": "The ID of the saved cart information."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - Tickets",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/user/tickets/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/tickets/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/tickets/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/tickets",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/tickets",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/tickets"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/tickets/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/tickets/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/tickets/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the ticket."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/tickets/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/tickets/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/tickets/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the ticket."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - Transactions",
            "description": "",
            "item": [
                {
                    "name": "List (paginated)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/transactions/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/transactions/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get one",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/transactions/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/transactions/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1500",
                                    "description": "The ID of the transaction."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User - Wallet",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/user/point/histories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/point/histories",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/point/histories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Wallet history",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/wallet/histories",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "Page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/wallet/histories?page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Paginated wallet transactions for the authenticated user."
                    },
                    "response": []
                },
                {
                    "name": "Request wallet withdrawal",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/wallet/withdraw",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/wallet/withdraw"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": "Submit a withdrawal request from user wallet balance."
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/wallet/history/{uuid}/status/change",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/wallet/history/:uuid/status/change",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/wallet/history/:uuid/status/change",
                            "variable": [
                                {
                                    "id": "uuid",
                                    "key": "uuid",
                                    "value": "porro",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/user/wallet/send",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/user/wallet/send",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/user/wallet/send"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Waiter - Booking - Booking",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/waiter/bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/bookings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/bookings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/bookings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/bookings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "ab",
                                    "description": "The ID of the booking."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the booking."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "sunt",
                                    "description": "The ID of the booking."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/bookings/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/bookings/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/bookings/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Waiter - Booking - Shop Closed Dates",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/waiter/booking/shop-closed-dates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/booking/shop-closed-dates",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/booking/shop-closed-dates"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/booking/shop-closed-dates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/booking/shop-closed-dates",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/booking/shop-closed-dates"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/booking/shop-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/booking/shop-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/booking/shop-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the shop closed date."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/booking/shop-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/booking/shop-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/booking/shop-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the shop closed date."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/booking/shop-closed-dates/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/booking/shop-closed-dates/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/booking/shop-closed-dates/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "16",
                                    "description": "The ID of the shop closed date."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/booking/shop-closed-dates/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/booking/shop-closed-dates/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/booking/shop-closed-dates/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Waiter - Booking - Shop Sections",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/waiter/shop-sections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/shop-sections",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/shop-sections"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/shop-sections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/shop-sections",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/shop-sections"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/shop-sections/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/shop-sections/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/shop-sections/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the shop section."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/shop-sections/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/shop-sections/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/shop-sections/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the shop section."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/shop-sections/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/shop-sections/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/shop-sections/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "provident",
                                    "description": "The ID of the shop section."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/shop-sections/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/shop-sections/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/shop-sections/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Waiter - Booking - Shop Working Days",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/waiter/booking/shop-working-days",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/booking/shop-working-days",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/booking/shop-working-days"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/booking/shop-working-days",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/booking/shop-working-days",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/booking/shop-working-days"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/booking/shop-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/booking/shop-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/booking/shop-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4916",
                                    "description": "The ID of the shop working day."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/booking/shop-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/booking/shop-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/booking/shop-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4916",
                                    "description": "The ID of the shop working day."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/booking/shop-working-days/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/booking/shop-working-days/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/booking/shop-working-days/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "4916",
                                    "description": "The ID of the shop working day."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/booking/shop-working-days/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/booking/shop-working-days/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/booking/shop-working-days/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Waiter - Booking - Tables",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/waiter/tables",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/tables",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/tables"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/tables",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/tables",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/tables"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/tables/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/tables/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/tables/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the table."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/tables/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/tables/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/tables/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the table."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/tables/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/tables/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/tables/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "culpa",
                                    "description": "The ID of the table."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/table/statistic",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/table/statistic",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/table/statistic"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/disable-dates/table/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/disable-dates/table/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/disable-dates/table/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "impedit",
                                    "description": "The ID of the table."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/tables/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/tables/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/tables/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Waiter - Booking - User Bookings",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/waiter/user-booking/status/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/user-booking/status/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/user-booking/status/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "doloremque",
                                    "description": "The ID of the status."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/user-bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/user-bookings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/user-bookings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/user-bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/user-bookings",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/user-bookings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/user-bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/user-bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/user-bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "115",
                                    "description": "The ID of the user booking."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/user-bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/user-bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/user-bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "115",
                                    "description": "The ID of the user booking."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/user-bookings/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/user-bookings/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/user-bookings/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "esse",
                                    "description": "The ID of the user booking."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/user-bookings/delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/user-bookings/delete",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/user-bookings/delete"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Waiter - Order Details",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/waiter/order/details/{id}/status/update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/order/details/:id/status/update",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/order/details/:id/status/update",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "ex",
                                    "description": "The ID of the detail."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Waiter - Order Reports",
            "description": "",
            "item": [
                {
                    "name": "Report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/orders/report",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/orders/report"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Waiter - Orders",
            "description": "",
            "item": [
                {
                    "name": "api/v1/dashboard/waiter/orders/paginate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/orders/paginate",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/orders/paginate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/order/{id}/status/update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/order/:id/status/update",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/order/:id/status/update",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/order/{id}/review",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/order/:id/review",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/order/:id/review",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/order/{id}/attach/me",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/order/:id/attach/me",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/order/:id/attach/me",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Count Statistics",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/orders/count",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/orders/count"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/orders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/orders",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/orders"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "api/v1/dashboard/waiter/orders/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api/v1/dashboard/waiter/orders/:id",
                            "query": [],
                            "raw": "{{baseUrl}}/api/v1/dashboard/waiter/orders/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3786",
                                    "description": "The ID of the order."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer"
    }
}