{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/merchant.lokalink.id"
        }
    ],
    "info": {
        "name": "Lokalink Bussines Owner API Documentation",
        "_postman_id": "837f1a20-5014-422c-865c-09c259c3a51f",
        "description": "<img src=\"https:\/\/rinjani.lokalink.id\/img\/lokalink_group.png\" alt=\"\" class=\"w-[15vh] mx-auto  m-3\"><br>We have an extensive database of various places, including restaurants, business establishments, and hidden gems. No matter what type of place you are looking for, we can provide you with all the information you need",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Account",
            "description": "",
            "item": [
                {
                    "name": "Get Notification",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/account\/notification",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/account\/notification"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"is_read\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di dapatkan\",\n\"data\": [\n  {\n     \"message\": 'Data outlet terhapus',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Read Notification",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/account\/notification\/read",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/account\/notification\/read"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"is_read\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di dapatkan\",\n\"data\": [\n  {\n     \"message\": 'Data outlet terhapus',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Request Delete Account",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/account\/requestDelete",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/account\/requestDelete"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"reason\":\"Menghapus akun\",\"otp\":\"123456\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"data berhasil di dapatkan\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Auth Company",
            "description": "",
            "item": [
                {
                    "name": "About Company",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/company\/accountdetail",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/company\/accountdetail"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"fullname\":\"Ferryanto\",\"business_number\":\"081213140683\",\"username\":\"ferryanto\",\"company_name\":\"PT Perusahaan\",\"position\":\"Manager\",\"company_email\":\"ferryanto@lokalink.id\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil didapatkan\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Auth Personal",
            "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": "{\"phone\":\"081213140683\",\"company\":true,\"name\":\"Ferryanto\",\"password\":\"zxcasd123\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Submit data berhasil\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Validasi OTP Register",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/validasicode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/validasicode"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"081213140683\",\"code\":\"1234\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Submit data berhasil\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Submit Password Register",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"081213140683\",\"password\":\"zxcasd123\",\"cpassword\":\"zxcasd123\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Submit password berhasil\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/updateprofile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/updateprofile"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"081213140683\",\"nik\":35,\"fullname\":\"Ferryanto\",\"gender\":true,\"birthplace\":\"Jakarta\",\"birthday\":\"2000-01-01\",\"email\":\"email@anda.id\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Update profil user berhasil\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "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": "{\"phone\":\"081213140683\",\"password\":\"zxcasd123\",\"fcm_id\":\"cFbJxnm_T-igJNrOB7m6os:APA91bHrRAMuReddpS9c_EnOZohtnoBn0jd5y_knsW0VB0us6X9lXpRQVSi7-QswoCvoOPnFSfEckzA771A1idIWIqBJj9GkYOmJwRBQjJ8hu1Wr5MwlYQ8\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Submit Login berhasil\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Details",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/updatedetails",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/updatedetails"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"ferryanto@lokalink.id\",\"phone\":\"081213140683\",\"name\":\"Ferryanto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Update profil user berhasil\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Lupa Password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/forgot",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/forgot"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"081213140683\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Silahkan masukkan kode verifikasi\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Validasi OTP Forgot",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/validasiOTPForgot",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/validasiOTPForgot"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"081213140683\",\"code\":\"1234\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Kode validasi dikenali\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "New Password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/newpassword",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/newpassword"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"081213140683\",\"password\":\"zxcasd123\",\"cpassword\":\"zxcasd123\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Password berhasil di update\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Request OTP Auth",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/getcode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/getcode"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"081213140683\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Silahkan masukkan kode verifikasi\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Auth Staff",
            "description": "",
            "item": [
                {
                    "name": "Profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/staff\/profile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/staff\/profile"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil didapatkan\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Edit Profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/staff\/profile\/update",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/staff\/profile\/update"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"Baqda ramadan\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil didapatkan\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Notifications",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/staff\/notifications",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/staff\/notifications"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil didapatkan\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Request Delete Staff",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/staff\/delete\/request",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/staff\/delete\/request"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"reason\":\"Staff tidak aktif\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil didapatkan\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Basic",
            "description": "",
            "item": [
                {
                    "name": "Get OTP General",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/basic\/getcode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/basic\/getcode"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"081213140683\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Silahkan masukkan kode verifikasi\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Validasi OTP General",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/basic\/validasicode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/basic\/validasicode"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"081213140683\",\"code\":\"1234\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Submit data berhasil\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Master Data Cities",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/basic\/city",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/basic\/city"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"province_id\":\"10\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di dapatkan\",\n\"data\": [\n  {\n     \"id\": 10,\n    \"state_id\": 7,\n   \"name\": \"Jakarta Pusat\"\n},\n{\n  \"id\": 11,\n \"state_id\": 7,\n\"name\": \"Jakarta Timur\"\n},\n{\n  \"id\": 14,\n \"state_id\": 7,\n\"name\": \"Jakarta Selatan\"\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Master Data Provinces",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/basic\/province",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/basic\/province"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di dapatkan\",\n\"data\": [\n {\n   \"id\": 1,\n \"name\": \"Jawa Timur\"\n},\n{\n  \"id\": 7,\n\"name\": \"DKI Jakarta\"\n},\n{\n  \"id\": 8,\n\"name\": \"Bali\"\n},\n{\n  \"id\": 9,\n\"name\": \"Daerah Istimewa Yogyakarta\"\n},\n{\n  \"id\": 10,\n\"name\": \"Banten\"\n},\n{\n  \"id\": 11,\n\"name\": \"Sumatera Utara\"\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Master Data Category",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/basic\/category",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/basic\/category"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"data berhasil di dapatkan\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Master Data Sub Category",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/basic\/subcategory",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/basic\/subcategory"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"category_id\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di dapatkan\",\n\"data\": [\n {\n    \"id\": 6,\n    \"category_id\": 1,\n    \"name\": \"Dealer\",\n    \"icon_code\": \"\uf0d1\",\n    \"code\": \"DLR\",\n},\n{\n   \"id\": 7,\n   \"category_id\": 1,\n   \"name\": \"Used Dealer\",\n   \"icon_code\": \"\uf0d1\",\n   \"code\": \"UDL\",\n},\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Master Data Province All",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/basic\/provinceall",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/basic\/provinceall"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di dapatkan\",\n\"data\": [\n  {\n    \"id\": 11,\n  \"provinsi_id\": null,\n  \"name\": \"NANGROE ACEH DARUSSALAM\"\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Master Data City All",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/basic\/cityall",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/basic\/cityall"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"province_id\":\"10\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di dapatkan\",\n\"data\": [\n  {\n     \"id\": 11,\n\n   \"name\": \"Nangroe Aceh Darussalam\"\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Home Stats.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/basic\/homecounter",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/basic\/homecounter"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"data berhasil di dapatkan\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Banner Ads",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/basic\/bannerads",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/basic\/bannerads"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"data berhasil di dapatkan\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Terms and Conditions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/basic\/tnc",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/basic\/tnc"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"province_id\":\"10\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di dapatkan\",\n\"data\": [\n  {\n     \"id\": 11,\n\n   \"name\": \"Nangroe Aceh Darussalam\"\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Contact",
            "description": "",
            "item": [
                {
                    "name": "Contact Us",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/basic\/contact-us",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/basic\/contact-us"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"subject\":\"Pertanyaan tentang voucher\",\"message\":\"Saya ingin bertanya tentang cara menggunakan voucher\",\"email\":\"user@example.com\",\"phone\":\"08123456789\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Pesan berhasil dikirim\",\n\"data\": {\n     \"subject\": \"Pertanyaan tentang voucher\",\n     \"message\": \"Saya ingin bertanya tentang cara menggunakan voucher\"\n}\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "Handle Midtrans payment notification",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/notification\/payment\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/notification\/payment\/status"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Handle Midtrans webhook notification\nThis is the dedicated webhook handler using the new service",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/notification\/webhook",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/notification\/webhook"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/auth\/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": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/auth\/staff\/login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/staff\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/staff\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"1374491711936806\",\"pin\":39}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "File Upload",
            "description": "",
            "item": [
                {
                    "name": "Upload User personal KTP",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/uploadfile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/uploadfile"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "nik",
                                    "value": "35",
                                    "type": "text",
                                    "description": "nik pengguna."
                                },
                                {
                                    "key": "phone",
                                    "value": "081213140683",
                                    "type": "text",
                                    "description": "Phone pengguna."
                                },
                                {
                                    "key": "path_image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"File berhasil di submit\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Upload User Selfies Foto",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/uploadSelfies",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/uploadSelfies"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "phone",
                                    "value": "081213140683",
                                    "type": "text",
                                    "description": "Phone pengguna."
                                },
                                {
                                    "key": "path_image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"File berhasil di submit\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Upload Company NIB & NPWP",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/company\/companynib",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/company\/companynib"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "phone",
                                    "value": "081213140683",
                                    "type": "text",
                                    "description": "Phone pengguna."
                                },
                                {
                                    "key": "nib",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "npwp",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"File berhasil di submit\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Manage",
            "description": "",
            "item": [
                {
                    "name": "Outlet Add Description",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/manage\/outlet\/edit",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/manage\/outlet\/edit"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"outlet_uuid\":\"123e4567-e89b-12d3-a456-426614174000\",\"description\":\"deskripsi\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"message\": 'Data outlet terhapus',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Outlet Add photos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/manage\/outlet\/edit\/photo",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/manage\/outlet\/edit\/photo"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "outlet_uuid",
                                    "value": "123e4567-e89b-12d3-a456-426614174000",
                                    "type": "text",
                                    "description": "UUID Outlet."
                                },
                                {
                                    "key": "type",
                                    "value": "menu,background,gallery",
                                    "type": "text",
                                    "description": "Type Outlet."
                                },
                                {
                                    "key": "path_image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"message\": 'Data outlet terhapus',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Outlet",
            "description": "",
            "item": [
                {
                    "name": "Find",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/outlet\/find",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/outlet\/find"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"keyword\":\"cafe\",\"city_id\":1}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"File berhasil di submit\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Claim Outlet.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/outlet\/claim",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/outlet\/claim"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "explanation",
                                    "value": "Penjelasan",
                                    "type": "text",
                                    "description": "explanation pengguna."
                                },
                                {
                                    "key": "outlet_uuid",
                                    "value": "123e4567-e89b-12d3-a456-426614174000",
                                    "type": "text",
                                    "description": "outlet_uuid Outlet."
                                },
                                {
                                    "key": "file_pdf[]",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "file_pdf[]",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Claim outlet submitted, please wait for approval\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "My Claim.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/outlet\/myclaim",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/outlet\/myclaim"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"pending,approved,declined\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"data berhasil didapatkan\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Detail Outlet",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/outlet\/detail",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/outlet\/detail"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"uuid\":\"f3b80872-b9cc-42d3-9ef3-6363a2e7dd7f\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"File berhasil di submit\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Add Outlet.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/outlet\/addnew",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/outlet\/addnew"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "business_type",
                                    "value": "Toko",
                                    "type": "text",
                                    "description": "Tipe Usaha."
                                },
                                {
                                    "key": "accept_cash",
                                    "value": "1",
                                    "type": "text",
                                    "description": "Menerima Uang Tunai."
                                },
                                {
                                    "key": "accept_debit_card",
                                    "value": "1",
                                    "type": "text",
                                    "description": "Menerima Kartu Debit."
                                },
                                {
                                    "key": "accept_credit_card",
                                    "value": "1",
                                    "type": "text",
                                    "description": "Menerima Kartu Kredit."
                                },
                                {
                                    "key": "name",
                                    "value": "Outlet Baru",
                                    "type": "text",
                                    "description": "Nama Outlet."
                                },
                                {
                                    "key": "address",
                                    "value": "Jl. Raya No. 1",
                                    "type": "text",
                                    "description": "Alamat Outlet."
                                },
                                {
                                    "key": "city_id",
                                    "value": "12",
                                    "type": "text",
                                    "description": "Kota Outlet."
                                },
                                {
                                    "key": "latitude",
                                    "value": "-6.2088",
                                    "type": "text",
                                    "description": "Latitude Outlet."
                                },
                                {
                                    "key": "longitude",
                                    "value": "106.8456",
                                    "type": "text",
                                    "description": "Longitude Outlet."
                                },
                                {
                                    "key": "phone",
                                    "value": "08123456789",
                                    "type": "text",
                                    "description": "Nomor Telepon Outlet."
                                },
                                {
                                    "key": "category_id",
                                    "value": "1",
                                    "type": "text",
                                    "description": "Kategori Outlet."
                                },
                                {
                                    "key": "province_id",
                                    "value": "12",
                                    "type": "text",
                                    "description": "Provinsi Outlet."
                                },
                                {
                                    "key": "schedule_open",
                                    "value": "{\"senin\": \"08:00-17:00\",\"selasa\": \"08:00-17:00\",\"rabu\": \"08:00-17:00\",\"kamis\": \"08:00-17:00\",\"jumat\": \"08:00-17:00\",\"sabtu\": \"08:00-17:00\",\"minggu\": \"08:00-17:00\"}",
                                    "type": "text",
                                    "description": "Jadwal Buka Outlet."
                                },
                                {
                                    "key": "zip_code",
                                    "value": "12345",
                                    "type": "text",
                                    "description": "Kode Pos Outlet."
                                },
                                {
                                    "key": "building_name",
                                    "value": "Bangunan Baru",
                                    "type": "text",
                                    "description": "optional Nama Bangunan Outlet."
                                },
                                {
                                    "key": "category_name",
                                    "value": "Jasa",
                                    "type": "text",
                                    "description": "Nama Kategori Outlet."
                                },
                                {
                                    "key": "photo_1",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "photo_2",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"data berhasil didapatkan\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Add Outlet Media.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/outlet\/addoutletmedia",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/outlet\/addoutletmedia"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "outlet_id",
                                    "value": "22",
                                    "type": "text",
                                    "description": "outlet_id Outlet."
                                },
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Images outlet submitted, please wait for approval\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Edit Outlet.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/outlet\/editoutlet",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/outlet\/editoutlet"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "business_name",
                                    "value": "Toko",
                                    "type": "text",
                                    "description": "Nama Usaha."
                                },
                                {
                                    "key": "business_description",
                                    "value": "Toko",
                                    "type": "text",
                                    "description": "Deskripsi Usaha."
                                },
                                {
                                    "key": "category",
                                    "value": "FnB",
                                    "type": "text",
                                    "description": "Kategori Outlet."
                                },
                                {
                                    "key": "outlet_uuid",
                                    "value": "3904-394as-39040",
                                    "type": "text",
                                    "description": "Outlet UUID Usaha."
                                },
                                {
                                    "key": "cash",
                                    "value": "1",
                                    "type": "text",
                                    "description": "Menerima Uang Tunai."
                                },
                                {
                                    "key": "debit_card",
                                    "value": "1",
                                    "type": "text",
                                    "description": "Menerima Kartu Debit."
                                },
                                {
                                    "key": "credit_card",
                                    "value": "1",
                                    "type": "text",
                                    "description": "Menerima Kartu Kredit."
                                },
                                {
                                    "key": "address",
                                    "value": "Jl. Raya No. 1",
                                    "type": "text",
                                    "description": "Alamat Outlet."
                                },
                                {
                                    "key": "building_name",
                                    "value": "Bangunan Baru",
                                    "type": "text",
                                    "description": "optional Nama Bangunan Outlet."
                                },
                                {
                                    "key": "phone",
                                    "value": "08123456789",
                                    "type": "text",
                                    "description": "Nomor Telepon Outlet."
                                },
                                {
                                    "key": "city",
                                    "value": "12",
                                    "type": "text",
                                    "description": "Kota Outlet."
                                },
                                {
                                    "key": "zipcode",
                                    "value": "12345",
                                    "type": "text",
                                    "description": "Kode Pos Outlet."
                                },
                                {
                                    "key": "latitude",
                                    "value": "-6.2088",
                                    "type": "text",
                                    "description": "Latitude Outlet."
                                },
                                {
                                    "key": "longitude",
                                    "value": "106.8456",
                                    "type": "text",
                                    "description": "Longitude Outlet."
                                },
                                {
                                    "key": "schedule_open",
                                    "value": "{\"senin\": \"08:00-17:00\",\"selasa\": \"08:00-17:00\",\"rabu\": \"08:00-17:00\",\"kamis\": \"08:00-17:00\",\"jumat\": \"08:00-17:00\",\"sabtu\": \"08:00-17:00\",\"minggu\": \"08:00-17:00\"}",
                                    "type": "text",
                                    "description": "Jadwal Buka Outlet."
                                },
                                {
                                    "key": "website",
                                    "value": "https:\/\/outlet.com",
                                    "type": "text",
                                    "description": "optional Website Outlet."
                                },
                                {
                                    "key": "facebook",
                                    "value": "https:\/\/facebook.com\/outlet",
                                    "type": "text",
                                    "description": "optional Facebook Outlet."
                                },
                                {
                                    "key": "twitter",
                                    "value": "https:\/\/twitter.com\/outlet",
                                    "type": "text",
                                    "description": "optional Twitter Outlet."
                                },
                                {
                                    "key": "instagram",
                                    "value": "https:\/\/instagram.com\/outlet",
                                    "type": "text",
                                    "description": "optional Instagram Outlet."
                                },
                                {
                                    "key": "whatsapp",
                                    "value": "08123456789",
                                    "type": "text",
                                    "description": "optional WhatsApp Outlet."
                                },
                                {
                                    "key": "logo",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "front_photo",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"data berhasil didapatkan\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Request OTP Remove.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/outlet\/OTPremoveoutlet",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/outlet\/OTPremoveoutlet"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"data berhasil didapatkan\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete My Outlet.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/outlet\/removeoutlet",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/outlet\/removeoutlet"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"otp\":\"3904\",\"reason\":\"architecto\",\"outlet_uuid\":\"3904-394as-39040\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"data berhasil didapatkan\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Most View Outlet",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/outlet\/mostview",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/outlet\/mostview"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"File berhasil di submit\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List Media Outlet",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/outlet\/detail\/review\/photos",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/outlet\/detail\/review\/photos"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"uuid\":\"f3b80872-b9cc-42d3-9ef3-6363a2e7dd7f\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"File berhasil di submit\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Profile",
            "description": "",
            "item": [
                {
                    "name": "My File",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/myfile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/myfile"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"File berhasil di submit\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Request Delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/request\/delete",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/request\/delete"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"reason\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"File berhasil di submit\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Change Password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/change-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/change-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"password\":\"zxcasd123\",\"cpassword\":\"zxcasd123\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Password berhasil di update\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "My Profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/profile\/detail",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/profile\/detail"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"File berhasil di submit\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Avatar",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/profile\/photo",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/profile\/photo"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "path_image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"File berhasil di submit\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Edit",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/profile\/edit",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/profile\/edit"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"full_name\":\"architecto\",\"position\":\"architecto\",\"username\":\"architecto\",\"phone\":\"architecto\",\"company_name\":\"architecto\",\"business_number\":\"architecto\",\"company_email\":\"gbailey@example.net\",\"email\":\"gbailey@example.net\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"File berhasil di submit\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Staff",
            "description": "",
            "item": [
                {
                    "name": "List",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/staff\/list",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/staff\/list"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"message\": 'Data outlet terhapus',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Outlet Detail",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/staff\/outlet\/detail",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/staff\/outlet\/detail"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"outlet_uuid\":\"123e4567-e89b-12d3-a456-426614174000\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"message\": 'Data outlet terhapus',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List by Outlet",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/staff\/listbyOutlet",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/staff\/listbyOutlet"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"outlet_uuid\":\"123e4567-e89b-12d3-a456-426614174000\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"message\": 'Data outlet terhapus',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/staff\/create",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/staff\/create"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"outlet_uuid\":\"123e4567-e89b-12d3-a456-426614174000\",\"name\":\"Debian\",\"phone\":\"081213140683\",\"pin\":\"1234\",\"jabatan\":\"Staff\",\"gender\":true}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"message\": 'Data outlet terhapus',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/staff\/update",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/staff\/update"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"staff_uuid\":\"123e4567-e89b-12d3-a456-426614174000\",\"name\":\"Debian\",\"jabatan\":\"Manager\",\"phone\":\"081213140683\",\"gender\":true}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": {\n     \"message\": 'Data outlet terhapus',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/staff\/delete",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/staff\/delete"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"staff_uuid\":\"123e4567-e89b-12d3-a456-426614174000\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"message\": 'Data outlet terhapus',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Voucher Claim",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/staff\/voucher\/claim",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/staff\/voucher\/claim"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"claimed\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Voucher Claim berhasil didapatkan\",\n\"data\": {\n     \"title\": \"Voucher A\",\n     \"voucher_type\": \"diskon\",\n     \"diskon_persen\": 10,\n     \"price_awal\": \"200000\",\n     \"price_akhir\": \"180000\",\n     \"is_enabled\": false,\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Subscription",
            "description": "",
            "item": [
                {
                    "name": "Get Midtrans Key",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/subscription\/midtrans\/key",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/subscription\/midtrans\/key"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"message\": 'Data outlet terhapus',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Master Plan",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/subscription\/master",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/subscription\/master"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"subscription\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"message\": 'Data outlet terhapus',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Sign Up Enhance",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/subscription\/subscription\/create",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/subscription\/subscription\/create"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"outlet_uuids\":[\"123e4567-e89b-12d3-a456-426614174000\",\"123e4567-e89b-12d3-a456-426614175000\"],\"type\":\"subscription\",\"plan_id\":\"1\",\"start_date\":\"2026-06-11\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"message\": 'Data submit berhasil',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Recreate Subscription",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/subscription\/recreate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/subscription\/recreate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"enhance_uuids\":null,\"start_date\":\"2026-05-04\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Subscription berhasil di-recreate\",\n\"data\": [\n  {\n     \"message\": 'Data submit berhasil',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n}\n]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Billing History",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/subscription\/billing",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/subscription\/billing"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"architecto\",\"status\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"message\": 'Data outlet terhapus',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Billing Detail",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/subscription\/billing\/detail",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/subscription\/billing\/detail"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"billing_uuid\":\"123e4567-e89b-12d3-a456-426614174000\",\"snap_token\":\"mid-123e4567-e89b-12d3-a456-426614174000\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"message\": 'Data outlet terhapus',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Validate Payment",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/subscription\/billing\/payment",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/subscription\/billing\/payment"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"billing_uuid\":\"123e4567-e89b-12d3-a456-426614174000\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"message\": 'Data berhasil di submit',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Transfer Data",
            "description": "",
            "item": [
                {
                    "name": "Request Code",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/transfer\/request",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/transfer\/request"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"reason\":\"ganti pengurus\",\"outlet_uuids\":[\"123e4567-e89b-12d3-a456-426614174000\",\"123e4567-e89b-12d3-a456-426614175000\"]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"File berhasil di submit\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Validate Code",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/transfer\/validate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/transfer\/validate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"kode_transfer\":\"1234567890\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"File berhasil di submit\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "History",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/transfer\/history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/transfer\/history"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"File berhasil di submit\",\n\"data\": [data]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Voucher",
            "description": "",
            "item": [
                {
                    "name": "SignUp",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/voucher\/signup",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/voucher\/signup"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "outlet_uuids[0]",
                                    "value": "123e4567-e89b-12d3-a456-426614174000",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "outlet_uuids[1]",
                                    "value": "123e4567-e89b-12d3-a456-426614175000",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "plan_id",
                                    "value": "3333-e89b-12d3-a456-426614174000",
                                    "type": "text",
                                    "description": "UUID Plan."
                                },
                                {
                                    "key": "type_voucher",
                                    "value": "free\/diskon",
                                    "type": "text",
                                    "description": "Tipe Voucher."
                                },
                                {
                                    "key": "diskon_persen",
                                    "value": "10",
                                    "type": "text",
                                    "description": "Diskon Persen."
                                },
                                {
                                    "key": "title",
                                    "value": "Voucher Diskon Spesial",
                                    "type": "text",
                                    "description": "Title Voucher."
                                },
                                {
                                    "key": "kuota",
                                    "value": "99",
                                    "type": "text",
                                    "description": "Kuota Voucher."
                                },
                                {
                                    "key": "price_awal",
                                    "value": "200000",
                                    "type": "text",
                                    "description": "Harga Awal."
                                },
                                {
                                    "key": "price_akhir",
                                    "value": "150000",
                                    "type": "text",
                                    "description": "Harga Diskon."
                                },
                                {
                                    "key": "deskripsi",
                                    "value": "Deskripsi Voucher",
                                    "type": "text",
                                    "description": "Deskripsi Voucher."
                                },
                                {
                                    "key": "tnc",
                                    "value": "Term and Condition Voucher",
                                    "type": "text",
                                    "description": "TnC Voucher."
                                },
                                {
                                    "key": "contact_person",
                                    "value": "08123456789",
                                    "type": "text",
                                    "description": "optional Contact Person Voucher."
                                },
                                {
                                    "key": "start_date",
                                    "value": "2052-07-04",
                                    "type": "text",
                                    "description": "validation.date validation.after_or_equal."
                                },
                                {
                                    "key": "end_date",
                                    "value": "2026-06-11T13:13:21",
                                    "type": "text",
                                    "description": "validation.date."
                                },
                                {
                                    "key": "banner_image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"message\": 'Data submit berhasil',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "My Voucher",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/voucher\/history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/voucher\/history"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"voucher_list\": [\n         {\n             \"title\": \"Voucher A\",\n             \"voucher_type\": \"diskon\",\n             \"diskon_persen\": 10,\n             \"price_awal\": \"200000\",\n             \"price_akhir\": \"180000\",\n         }\n     ]\n\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Detail Voucher",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/voucher\/detail",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/voucher\/detail"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"voucher_uuid\":\"123e4567-e89b-12d3-a456-426614174000\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": {\n     \"title\": \"Voucher A\",\n     \"voucher_type\": \"diskon\",\n     \"diskon_persen\": 10,\n     \"price_awal\": \"200000\",\n     \"price_akhir\": \"180000\",\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Activate Voucher",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/voucher\/activate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/voucher\/activate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"voucher_uuid\":\"123e4567-e89b-12d3-a456-426614174000\",\"start_date\":\"architecto\",\"end_date\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Voucher berhasil diaktifkan\",\n\"data\": {\n     \"title\": \"Voucher A\",\n     \"voucher_type\": \"diskon\",\n     \"diskon_persen\": 10,\n     \"price_awal\": \"200000\",\n     \"price_akhir\": \"180000\",\n     \"is_enabled\": true,\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Stop Voucher",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/voucher\/stop",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/voucher\/stop"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"voucher_uuid\":\"123e4567-e89b-12d3-a456-426614174000\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Voucher berhasil dihentikan\",\n\"data\": {\n     \"title\": \"Voucher A\",\n     \"voucher_type\": \"diskon\",\n     \"diskon_persen\": 10,\n     \"price_awal\": \"200000\",\n     \"price_akhir\": \"180000\",\n     \"is_enabled\": false,\n}\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Recreate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/voucher\/recreate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/voucher\/recreate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"voucher_uuids\":\"123e4567-e89b-12d3-a456-426614174000\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"message\": 'Data submit berhasil',\n    \"created_at\": '2021-12-01 12:00:00',\n   \"updated_at\": '2021-12-01 12:00:00'\n\n}\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Edit Voucher",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/voucher\/edit",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/voucher\/edit"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "voucher_uuid",
                                    "value": "123e4567-e89b-12d3-a456-426614174000",
                                    "type": "text",
                                    "description": "UUID Voucher."
                                },
                                {
                                    "key": "title",
                                    "value": "Voucher A",
                                    "type": "text",
                                    "description": "optional Title voucher."
                                },
                                {
                                    "key": "voucher_type",
                                    "value": "diskon",
                                    "type": "text",
                                    "description": "optional Type voucher."
                                },
                                {
                                    "key": "diskon_persen",
                                    "value": "10",
                                    "type": "text",
                                    "description": "optional Discount percentage."
                                },
                                {
                                    "key": "price_awal",
                                    "value": "200000",
                                    "type": "text",
                                    "description": "optional Original price."
                                },
                                {
                                    "key": "price_akhir",
                                    "value": "180000",
                                    "type": "text",
                                    "description": "optional Final price."
                                },
                                {
                                    "key": "quota",
                                    "value": "100",
                                    "type": "text",
                                    "description": "optional Quota."
                                },
                                {
                                    "key": "details_promotion",
                                    "value": "Details promotion",
                                    "type": "text",
                                    "description": "optional Details promotion."
                                },
                                {
                                    "key": "terms_conditions",
                                    "value": "Terms conditions",
                                    "type": "text",
                                    "description": "optional Terms conditions."
                                },
                                {
                                    "key": "contact_person",
                                    "value": "Contact person",
                                    "type": "text",
                                    "description": "optional Contact person."
                                },
                                {
                                    "key": "banner_image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": {\n     \"title\": \"Voucher A\",\n     \"voucher_type\": \"diskon\",\n     \"diskon_persen\": 10,\n     \"price_awal\": \"200000\",\n     \"price_akhir\": \"180000\",\n}\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Edit Voucher Images",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/voucher\/update\/image",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/voucher\/update\/image"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "voucher_uuid",
                                    "value": "123e4567-e89b-12d3-a456-426614174000",
                                    "type": "text",
                                    "description": "UUID Voucher."
                                },
                                {
                                    "key": "type",
                                    "value": "1",
                                    "type": "text",
                                    "description": "Type gambar integer (1-4)."
                                },
                                {
                                    "key": "voucher_image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": \"success\",\n\"message\": \"Images updated successfully\",\n\"data\": {\n     \"voucher_uuid\": \"123e4567-e89b-12d3-a456-426614174000\",\n     \"voucher_image_1\": \"path\/to\/image1.jpg\",\n}\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Voucher Claim",
            "description": "",
            "item": [
                {
                    "name": "Redeem Voucher",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/voucher\/redeem",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/voucher\/redeem"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"L12345678\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"voucher_title\": \"Voucher A\",\n     \"claimed_at\": \"2024-01-01 12:00:00\",\n     \"status\": \"claimed\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Redeem History",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/voucher\/redeem\/history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/voucher\/redeem\/history"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"keyword\":\"Nama Voucher\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"voucher_title\": \"Voucher A\",\n     \"claimed_at\": \"2024-01-01 12:00:00\",\n     \"status\": \"claimed\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Redeem Detail",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/voucher\/redeem\/detail",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/voucher\/redeem\/detail"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"L90099090\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil di submit\",\n\"data\": [\n  {\n     \"voucher_title\": \"Voucher A\",\n     \"claimed_at\": \"2024-01-01 12:00:00\",\n     \"status\": \"claimed\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Redeem Reject",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/voucher\/redeem\/reject",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/voucher\/redeem\/reject"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"L90099090\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Voucher claim berhasil di-reject\",\n\"data\": {\n     \"id\": 1,\n     \"code\": \"L90099090\",\n     \"status\": \"rejected\",\n     \"staff_id\": 1,\n     \"updated_at\": \"2024-01-01 12:00:00\"\n}\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Redeem Logs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/voucher\/redeem\/logs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/voucher\/redeem\/logs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {access_token}"
                            },
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"voucher_uuids\":[\"123e4567-e89b-12d3-a456-426614174000\"]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"status\": success,\n\"message\": \"Data berhasil diambil\",\n\"data\": [\n  {\n     \"id\": 1,\n     \"uuid\": \"claim-uuid\",\n     \"code\": \"L90099090\",\n     \"voucher\": {\n         \"uuid\": \"voucher-uuid\",\n         \"title\": \"Voucher A\",\n         \"voucher_type\": \"diskon\",\n         \"diskon_persen\": 20,\n         \"quota\": 100\n     },\n     \"redeemBy\": {\n         \"first_name\": \"John\",\n         \"last_name\": \"Doe\",\n         \"username\": \"08123456789\"\n     },\n     \"staffBy\": {\n         \"id\": 1,\n         \"name\": \"Staff Name\",\n         \"jabatan\": \"Kasir\"\n     },\n     \"claimed_at\": \"2024-01-01 12:00:00\",\n     \"status\": \"claimed\"\n  }\n]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n\"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "noauth"
    }
}