{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/lead-service.devkilc.lcpare.com"
        }
    ],
    "info": {
        "name": "Lead Service Api Documentation",
        "_postman_id": "fbf1b946-df18-43bc-9cd8-91372f4bba73",
        "description": "Full API documentation for your API",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Customer Service",
            "description": "\nAPIs for managing customer service",
            "item": [
                {
                    "name": "List Customer Service Names.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs\/names",
                            "query": [
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "The limit of the list for pagination.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "q",
                                    "value": "John",
                                    "description": "The search query.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/cs\/names?limit=10&page=1&q=John"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List of customer service names\",\"data\":{\"current_page\":1,\"data\":[],\"first_page_url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/cs\\\/names?page=1\",\"from\":null,\"last_page\":1,\"last_page_url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/cs\\\/names?page=1\",\"links\":[{\"url\":null,\"label\":\"pagination.previous\",\"active\":false},{\"url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/cs\\\/names?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"pagination.next\",\"active\":false}],\"next_page_url\":null,\"path\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/cs\\\/names\",\"per_page\":10,\"prev_page_url\":null,\"to\":null,\"total\":0},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List All Customer Service.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "The limit of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "q",
                                    "value": "John",
                                    "description": "The search query.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/cs?page=1&limit=10&q=John"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"Data not found\",\"data\":[],\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store New Customer Service.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"percent\":0,\"officer_id\":14,\"cs_channel\":[{\"cs_channel_id\":16,\"is_active\":false,\"requirement\":[]}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Detail Customer Service.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the customer service."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"Customer service detail\",\"data\":{\"id\":1,\"id_officer\":47,\"counter\":null,\"percent\":30,\"name\":\"zunililaifi\",\"username\":\"Celsy\",\"is_active\":true,\"channel\":[{\"id\":2,\"channel_id\":\"Qontak\",\"name\":\"Qontak\",\"description\":\"{\\\"qontak_staff_id\\\" : \\\"132321231\\\"}\",\"is_active\":false,\"requirement\":\"{\\\"qontak_staff_id\\\": \\\"e363f52d-7f2e-4d85-bddc-6327a1a24d19\\\"}\"},{\"id\":1,\"channel_id\":\"Sleekflow\",\"name\":\"Sleekflow\",\"description\":\"{\\\"sleekflow_staff_id\\\":\\\"3123212321\\\"}\",\"is_active\":false,\"requirement\":\"{\\\"sleekflow_staff_id\\\": \\\"f5ea904c-772f-4a6d-96ce-49394ca88200\\\"}\"}]},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Customer Service.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the customer service."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"percent\":1,\"cs_channel\":[{\"cs_channel_id\":16,\"is_active\":false,\"requirement\":[]}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Set Customer Service Active\/InActive.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs\/:cs_id\/set-active",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs\/:cs_id\/set-active",
                            "variable": [
                                {
                                    "id": "cs_id",
                                    "key": "cs_id",
                                    "value": "1",
                                    "description": "The ID of the customer service."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "List Customer Service with team, group, and branch.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs\/team-group\/list",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs\/team-group\/list"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List of customer service with team, group\",\"data\":[{\"id\":22,\"id_officer\":363,\"counter\":null,\"percent\":0,\"name\":\"Anisa Solikhawati\",\"username\":\"Celine\",\"is_active\":true,\"team_name\":\"HQ CS\",\"team_id\":15,\"group_name\":\"HQ Group\",\"group_id\":32},{\"id\":2,\"id_officer\":247,\"counter\":null,\"percent\":100,\"name\":\"Irfan Mohamad Sukri\",\"username\":\"Evan\",\"is_active\":true,\"team_name\":\"Retired CS\",\"team_id\":13,\"group_name\":\"Retired Group CS\",\"group_id\":29},{\"id\":12,\"id_officer\":246,\"counter\":null,\"percent\":100,\"name\":\"Retha Febrianasari\",\"username\":\"Ara\",\"is_active\":true,\"team_name\":\"HQ CS\",\"team_id\":15,\"group_name\":\"HQ Group\",\"group_id\":32},{\"id\":14,\"id_officer\":1,\"counter\":null,\"percent\":10,\"name\":\"KILCIT Team\",\"username\":\"IT IT\",\"is_active\":true,\"team_name\":\"Retired CS\",\"team_id\":13,\"group_name\":\"Retired Group CS\",\"group_id\":29},{\"id\":17,\"id_officer\":254,\"counter\":null,\"percent\":100,\"name\":\"Nashiha Afidah\",\"username\":\"Ryas\",\"is_active\":true,\"team_name\":\"Branch CS 2\",\"team_id\":17,\"group_name\":\"Branch Group 2\",\"group_id\":35},{\"id\":15,\"id_officer\":256,\"counter\":null,\"percent\":100,\"name\":\"Tiara Selling\",\"username\":\"Kenzie\",\"is_active\":true,\"team_name\":\"HQ CS\",\"team_id\":15,\"group_name\":\"HQ Group\",\"group_id\":32},{\"id\":13,\"id_officer\":249,\"counter\":null,\"percent\":100,\"name\":\"Fitria Rachmawati Oemardi\",\"username\":\"Yuki\",\"is_active\":true,\"team_name\":\"Branch CS 1\",\"team_id\":16,\"group_name\":\"Branch Group 1\",\"group_id\":33},{\"id\":11,\"id_officer\":48,\"counter\":null,\"percent\":100,\"name\":\"Devina Dyah\",\"username\":\"Zea\",\"is_active\":true,\"team_name\":\"Branch SPV\",\"team_id\":19,\"group_name\":\"Branch Group 2\",\"group_id\":35},{\"id\":9,\"id_officer\":66,\"counter\":null,\"percent\":100,\"name\":\"Ms. Rossy Selling\",\"username\":\"Nada\",\"is_active\":true,\"team_name\":\"HQ SPV\",\"team_id\":18,\"group_name\":\"HQ Group\",\"group_id\":32},{\"id\":7,\"id_officer\":248,\"counter\":null,\"percent\":100,\"name\":\"eko wicaksono\",\"username\":\"Kia\",\"is_active\":true,\"team_name\":\"Branch CS 1\",\"team_id\":16,\"group_name\":\"Branch Group 1\",\"group_id\":33},{\"id\":4,\"id_officer\":46,\"counter\":null,\"percent\":100,\"name\":\"ajaynursyamsu2211\",\"username\":\"Max\",\"is_active\":true,\"team_name\":\"HQ CS\",\"team_id\":15,\"group_name\":\"HQ Group\",\"group_id\":32},{\"id\":3,\"id_officer\":61,\"counter\":null,\"percent\":100,\"name\":\"dewintan\",\"username\":\"Fita\",\"is_active\":true,\"team_name\":\"Branch CS 1\",\"team_id\":16,\"group_name\":\"Branch Group 1\",\"group_id\":33},{\"id\":8,\"id_officer\":44,\"counter\":null,\"percent\":20,\"name\":\"jehanadani\",\"username\":\"Lucy\",\"is_active\":true,\"team_name\":\"Frontline\",\"team_id\":12,\"group_name\":\"HQ Group\",\"group_id\":32},{\"id\":1,\"id_officer\":47,\"counter\":null,\"percent\":30,\"name\":\"zunililaifi\",\"username\":\"Celsy\",\"is_active\":true,\"team_name\":\"Frontline\",\"team_id\":12,\"group_name\":\"HQ Group\",\"group_id\":32},{\"id\":10,\"id_officer\":250,\"counter\":null,\"percent\":100,\"name\":\"Ismi Sofiatul Q.\",\"username\":\"Hana\",\"is_active\":true,\"team_name\":\"Branch CS 2\",\"team_id\":17,\"group_name\":\"Branch Group 2\",\"group_id\":35},{\"id\":18,\"id_officer\":328,\"counter\":null,\"percent\":0,\"name\":\"Thomas Aldi Setiawan\",\"username\":\"Vyn\",\"is_active\":true,\"team_name\":\"HQ CS\",\"team_id\":15,\"group_name\":\"HQ Group\",\"group_id\":32},{\"id\":19,\"id_officer\":327,\"counter\":null,\"percent\":0,\"name\":\"Evryta P.\",\"username\":\"Gea\",\"is_active\":true,\"team_name\":\"HQ CS\",\"team_id\":15,\"group_name\":\"HQ Group\",\"group_id\":32},{\"id\":20,\"id_officer\":345,\"counter\":null,\"percent\":0,\"name\":\"Ana Ismatul Mubarokah\",\"username\":\"CS Tia\",\"is_active\":true,\"team_name\":\"HQ CS\",\"team_id\":15,\"group_name\":\"HQ Group\",\"group_id\":32},{\"id\":21,\"id_officer\":348,\"counter\":null,\"percent\":0,\"name\":\"Nur Rafida\",\"username\":\"Oliv\",\"is_active\":true,\"team_name\":\"Branch CS 2\",\"team_id\":17,\"group_name\":\"Branch Group 2\",\"group_id\":35}],\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Customer Service Channel",
            "description": "\nAPIs for managing customer service channel",
            "item": [
                {
                    "name": "List Active Customer Service Channel.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-channel\/active",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs-channel\/active"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List of active customer service channel\",\"data\":[{\"id\":10,\"channel_id\":\"haloai\",\"name\":\"Halo AI\",\"description\":\"{\\\"haloai_staff_id\\\" : \\\"132321231\\\"}\",\"is_active\":true,\"created_at\":\"2026-01-19T08:03:03.000000Z\",\"updated_at\":\"2026-01-19T08:03:03.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null},{\"id\":9,\"channel_id\":\"onesender\",\"name\":\"One Sender\",\"description\":\"{\\\"onesender_staff_id\\\":\\\"3123212321\\\", \\\"unique_id\\\":\\\"wa5799\\\"}\",\"is_active\":true,\"created_at\":\"2025-04-17T03:47:19.000000Z\",\"updated_at\":\"2025-04-17T08:12:32.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null},{\"id\":2,\"channel_id\":\"Qontak\",\"name\":\"Qontak\",\"description\":\"{\\\"qontak_staff_id\\\" : \\\"132321231\\\"}\",\"is_active\":true,\"created_at\":\"2024-09-12T09:38:15.000000Z\",\"updated_at\":\"2026-04-03T02:59:48.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null}],\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List Customer Service Channel.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-channel",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs-channel"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List of customer service channel\",\"data\":[{\"id\":10,\"channel_id\":\"haloai\",\"name\":\"Halo AI\",\"description\":\"{\\\"haloai_staff_id\\\" : \\\"132321231\\\"}\",\"is_active\":true,\"created_at\":\"2026-01-19T08:03:03.000000Z\",\"updated_at\":\"2026-01-19T08:03:03.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null},{\"id\":9,\"channel_id\":\"onesender\",\"name\":\"One Sender\",\"description\":\"{\\\"onesender_staff_id\\\":\\\"3123212321\\\", \\\"unique_id\\\":\\\"wa5799\\\"}\",\"is_active\":true,\"created_at\":\"2025-04-17T03:47:19.000000Z\",\"updated_at\":\"2025-04-17T08:12:32.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null},{\"id\":4,\"channel_id\":\"Pancake\",\"name\":\"Pancake\",\"description\":\"{\\\"token\\\": \\\"dsa\\\"}\",\"is_active\":false,\"created_at\":\"2024-09-12T09:42:27.000000Z\",\"updated_at\":\"2025-04-17T03:53:55.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null},{\"id\":2,\"channel_id\":\"Qontak\",\"name\":\"Qontak\",\"description\":\"{\\\"qontak_staff_id\\\" : \\\"132321231\\\"}\",\"is_active\":true,\"created_at\":\"2024-09-12T09:38:15.000000Z\",\"updated_at\":\"2026-04-03T02:59:48.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null},{\"id\":1,\"channel_id\":\"Sleekflow\",\"name\":\"Sleekflow\",\"description\":\"{\\\"sleekflow_staff_id\\\":\\\"3123212321\\\"}\",\"is_active\":false,\"created_at\":\"2024-08-30T14:22:52.000000Z\",\"updated_at\":\"2025-04-17T03:53:49.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null}],\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store new Customer Service Channel.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-channel",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs-channel"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"description\":\"Vel sit nobis ut.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Show Customer Service Channel Detail.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-channel\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs-channel\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the cs channel."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"Customer service channel detail\",\"data\":{\"id\":1,\"channel_id\":\"Sleekflow\",\"name\":\"Sleekflow\",\"description\":\"{\\\"sleekflow_staff_id\\\":\\\"3123212321\\\"}\",\"is_active\":false,\"created_at\":\"2024-08-30T14:22:52.000000Z\",\"updated_at\":\"2025-04-17T03:53:49.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Customer Service Channel.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-channel\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs-channel\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the cs channel."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"description\":\"Sed et non est in molestias nam.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Set Active\/Inactive Customer Service Channel.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-channel\/:cs_channel\/set-active",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs-channel\/:cs_channel\/set-active",
                            "variable": [
                                {
                                    "id": "cs_channel",
                                    "key": "cs_channel",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Customer Service Group",
            "description": "\nAPIs for managing group",
            "item": [
                {
                    "name": "List Customer Service Group.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-group",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "The limit of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "q",
                                    "value": "doloremque",
                                    "description": "The search query.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/cs-group?page=1&limit=10&q=doloremque"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List of groups\",\"data\":{\"current_page\":1,\"data\":[],\"first_page_url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/cs-group?page=1\",\"from\":null,\"last_page\":1,\"last_page_url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/cs-group?page=1\",\"links\":[{\"url\":null,\"label\":\"pagination.previous\",\"active\":false},{\"url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/cs-group?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"pagination.next\",\"active\":false}],\"next_page_url\":null,\"path\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/cs-group\",\"per_page\":10,\"prev_page_url\":null,\"to\":null,\"total\":0},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store new Customer Service Group.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-group",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs-group"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"sit\",\"branches\":[{\"is_active\":false}],\"teams\":[{\"is_active\":false}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Show Customer Service Group Detail.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-group\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs-group\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "35",
                                    "description": "The ID of the cs group."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"Group detail\",\"data\":{\"id\":35,\"name\":\"Branch Group 2\",\"created_at\":\"2025-07-16T01:54:07.000000Z\",\"updated_at\":\"2025-07-16T01:54:09.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null,\"is_active\":true,\"cs_teams\":[{\"id\":17,\"name\":\"Branch CS 2\",\"created_at\":\"2025-07-16T01:47:32.000000Z\",\"updated_at\":\"2025-07-16T01:47:32.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null,\"is_active\":null,\"pivot\":{\"cs_group_id\":35,\"cs_team_id\":17,\"is_active\":true,\"created_by\":null,\"updated_by\":null,\"deleted_by\":null,\"created_at\":\"2025-07-16T01:54:07.000000Z\",\"updated_at\":\"2026-05-31T21:09:49.000000Z\"}},{\"id\":19,\"name\":\"Branch SPV\",\"created_at\":\"2025-07-16T01:48:15.000000Z\",\"updated_at\":\"2025-07-16T01:48:15.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null,\"is_active\":null,\"pivot\":{\"cs_group_id\":35,\"cs_team_id\":19,\"is_active\":true,\"created_by\":null,\"updated_by\":null,\"deleted_by\":null,\"created_at\":\"2025-09-05T01:03:39.000000Z\",\"updated_at\":\"2026-05-31T21:09:49.000000Z\"}}],\"branches\":[{\"branch_id\":1,\"branch_uid\":\"de3c25fd-c066-41d1-8360-7c641655b3bd\",\"code\":\"PARE\",\"name_branch\":\"PARE - JATIM\",\"img_url\":\"branches\\\/WJA3JUdF7iNUxNUtPwgzywkVTozDjZ39JAsxmrDT.jpg\",\"status\":1,\"created_at\":\"2022-11-11T09:18:15.000000Z\",\"updated_at\":\"2024-01-11T08:29:08.000000Z\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"pivot\":{\"cs_group_id\":35,\"branch_id\":1,\"is_active\":true,\"created_by\":null,\"updated_by\":null,\"deleted_by\":null,\"created_at\":\"2026-05-31T21:09:49.000000Z\",\"updated_at\":\"2026-05-31T21:09:49.000000Z\"}},{\"branch_id\":2,\"branch_uid\":\"7c62d5a9-ce71-406a-bf49-22ce4ea1fd06\",\"code\":\"BOGOR\",\"name_branch\":\"BOGOR - JABAR\",\"img_url\":\"branches\\\/MNKgTo0SOxy2L4mVXbub4gcoswbbNOa1VMdZIAGd.jpg\",\"status\":1,\"created_at\":\"2022-11-12T01:29:59.000000Z\",\"updated_at\":\"2024-01-11T08:35:07.000000Z\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"pivot\":{\"cs_group_id\":35,\"branch_id\":2,\"is_active\":true,\"created_by\":null,\"updated_by\":null,\"deleted_by\":null,\"created_at\":\"2026-05-31T21:09:49.000000Z\",\"updated_at\":\"2026-05-31T21:09:49.000000Z\"}},{\"branch_id\":4,\"branch_uid\":\"b6572f91-5bb8-4c23-9268-31d2ccd8b5f6\",\"code\":\"JOGJA\",\"name_branch\":\"JOGJA - JOGJA\",\"img_url\":\"branches\\\/Z2tIgLBKCm2zWALmItaeZyyTwdOxUVrIqUYQdLSs.jpg\",\"status\":1,\"created_at\":\"2023-05-15T14:18:32.000000Z\",\"updated_at\":\"2024-01-11T09:01:28.000000Z\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"pivot\":{\"cs_group_id\":35,\"branch_id\":4,\"is_active\":true,\"created_by\":null,\"updated_by\":null,\"deleted_by\":null,\"created_at\":\"2025-07-16T01:54:07.000000Z\",\"updated_at\":\"2026-05-31T21:09:49.000000Z\"}},{\"branch_id\":5,\"branch_uid\":\"fc352b1e-6fc4-420d-9b39-4dbfa6a77264\",\"code\":\"LAMPUNG\",\"name_branch\":\"Bandar Lampung - Lampung\",\"img_url\":\"branches\\\/47mkQHLSeXMN2fwqx3R98BRWmed7xkROtZs73fW9.jpg\",\"status\":1,\"created_at\":\"2023-06-05T13:03:25.000000Z\",\"updated_at\":\"2024-12-20T06:25:19.000000Z\",\"updated_by\":\"1a4fbc7d-3652-4d35-bc9a-c645ff8d6a49\",\"pivot\":{\"cs_group_id\":35,\"branch_id\":5,\"is_active\":true,\"created_by\":null,\"updated_by\":null,\"deleted_by\":null,\"created_at\":\"2025-07-16T01:54:07.000000Z\",\"updated_at\":\"2026-05-31T21:09:49.000000Z\"}},{\"branch_id\":7,\"branch_uid\":\"a6bb2f65-6712-4b62-91f7-917330971466\",\"code\":\"MEDAN\",\"name_branch\":\"MEDAN - SUMATRA\",\"img_url\":\"branches\\\/luwoj3ogbuvmDF5iTVzbAh650hsZdrHJQfLYvnXw.jpg\",\"status\":1,\"created_at\":\"2024-06-03T05:13:25.000000Z\",\"updated_at\":\"2024-06-03T05:13:37.000000Z\",\"updated_by\":\"e5984302-2b2e-4cc7-ae9d-f4fb44b3d582\",\"pivot\":{\"cs_group_id\":35,\"branch_id\":7,\"is_active\":true,\"created_by\":null,\"updated_by\":null,\"deleted_by\":null,\"created_at\":\"2025-07-16T01:54:07.000000Z\",\"updated_at\":\"2026-05-31T21:09:49.000000Z\"}},{\"branch_id\":8,\"branch_uid\":\"b05586c5-ec2b-4cc5-ad2d-ca851c66a935\",\"code\":\"MAKASSAR\",\"name_branch\":\"MAKASSAR - SULAWESI\",\"img_url\":\"branches\\\/Fq2A3jOGxkkbI75pTNVCysea281aVagQvtSkCdPI.jpg\",\"status\":1,\"created_at\":\"2024-07-06T04:09:35.000000Z\",\"updated_at\":\"2024-07-06T04:09:35.000000Z\",\"updated_by\":\"system\",\"pivot\":{\"cs_group_id\":35,\"branch_id\":8,\"is_active\":true,\"created_by\":null,\"updated_by\":null,\"deleted_by\":null,\"created_at\":\"2026-05-31T21:09:49.000000Z\",\"updated_at\":\"2026-05-31T21:09:49.000000Z\"}},{\"branch_id\":9,\"branch_uid\":\"1c18bf81-096a-47ba-97d8-7cb8a512c580\",\"code\":\"ONLINE\",\"name_branch\":\"ONLINE\",\"img_url\":\"branches\\\/JtosUPLdgngRUOWGQ57wvBq0B19I6hTN6YXG0RJp.png\",\"status\":1,\"created_at\":\"2024-07-29T11:59:52.000000Z\",\"updated_at\":\"2024-07-29T11:59:52.000000Z\",\"updated_by\":\"system\",\"pivot\":{\"cs_group_id\":35,\"branch_id\":9,\"is_active\":true,\"created_by\":null,\"updated_by\":null,\"deleted_by\":null,\"created_at\":\"2026-05-31T21:09:49.000000Z\",\"updated_at\":\"2026-05-31T21:09:49.000000Z\"}},{\"branch_id\":10,\"branch_uid\":\"c5c2400c-9b57-435f-b682-dd6869581dec\",\"code\":\"SURABAYA\",\"name_branch\":\"SURABAYA - JATIM\",\"img_url\":\"branches\\\/FycM7DrfrKoykaSOds6ZVGyYqCKa9JI8klgLWB1o.png\",\"status\":1,\"created_at\":\"2025-05-01T07:39:20.000000Z\",\"updated_at\":\"2025-05-01T07:39:20.000000Z\",\"updated_by\":\"system\",\"pivot\":{\"cs_group_id\":35,\"branch_id\":10,\"is_active\":true,\"created_by\":null,\"updated_by\":null,\"deleted_by\":null,\"created_at\":\"2026-05-31T21:09:49.000000Z\",\"updated_at\":\"2026-05-31T21:09:49.000000Z\"}},{\"branch_id\":11,\"branch_uid\":\"ae62d13e-028d-4bfb-89f0-666739ebfcba\",\"code\":\"SEMARANG\",\"name_branch\":\"SEMARANG - JATENG\",\"img_url\":\"branches\\\/cQyADLaNTqa1aDa2LSgn0FFHWG7LGZoZrk8kSar1.png\",\"status\":1,\"created_at\":\"2025-05-01T07:39:58.000000Z\",\"updated_at\":\"2025-05-01T07:39:58.000000Z\",\"updated_by\":\"system\",\"pivot\":{\"cs_group_id\":35,\"branch_id\":11,\"is_active\":true,\"created_by\":null,\"updated_by\":null,\"deleted_by\":null,\"created_at\":\"2025-07-16T01:54:07.000000Z\",\"updated_at\":\"2026-05-31T21:09:49.000000Z\"}},{\"branch_id\":12,\"branch_uid\":\"16c90942-ff15-4ae3-8036-4ef42ee4981e\",\"code\":\"BEKASI\",\"name_branch\":\"BEKASI - JABAR\",\"img_url\":\"branches\\\/R1ULdCmdJmFhD1KXMpjmPc3swNi3hOcGZW1m3hOq.png\",\"status\":1,\"created_at\":\"2025-05-01T07:40:28.000000Z\",\"updated_at\":\"2025-05-01T07:40:28.000000Z\",\"updated_by\":\"system\",\"pivot\":{\"cs_group_id\":35,\"branch_id\":12,\"is_active\":true,\"created_by\":null,\"updated_by\":null,\"deleted_by\":null,\"created_at\":\"2025-07-16T01:54:07.000000Z\",\"updated_at\":\"2026-05-31T21:09:49.000000Z\"}},{\"branch_id\":13,\"branch_uid\":\"ad1aeb7b-c06c-4667-acf6-739790cb3aca\",\"code\":\"MAKASSAR-TAMALANREA\",\"name_branch\":\"MAKASSAR TAMALANREA - Sulawesi\",\"img_url\":\"branches\\\/YgKrlnHyhhOJQiNCql4ruOIG26ISz9Ri9f918nni.png\",\"status\":1,\"created_at\":\"2025-09-22T07:57:38.000000Z\",\"updated_at\":\"2026-02-12T10:50:53.000000Z\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"pivot\":{\"cs_group_id\":35,\"branch_id\":13,\"is_active\":true,\"created_by\":null,\"updated_by\":null,\"deleted_by\":null,\"created_at\":\"2026-05-31T21:09:49.000000Z\",\"updated_at\":\"2026-05-31T21:09:49.000000Z\"}},{\"branch_id\":14,\"branch_uid\":\"8843541a-cb6a-4f7d-be4f-0420a9587321\",\"code\":\"JOGJA-GONDOKUSUMAN\",\"name_branch\":\"JOGJA GONDOKUSUMAN - JOGJA\",\"img_url\":\"branches\\\/fAeWWbd2rfP4bCENm3iN2QO7l46gbbBofQXwWgYP.png\",\"status\":1,\"created_at\":\"2025-10-18T02:01:39.000000Z\",\"updated_at\":\"2026-02-12T10:51:07.000000Z\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"pivot\":{\"cs_group_id\":35,\"branch_id\":14,\"is_active\":true,\"created_by\":null,\"updated_by\":null,\"deleted_by\":null,\"created_at\":\"2025-11-05T17:07:13.000000Z\",\"updated_at\":\"2026-05-31T21:09:49.000000Z\"}}]},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Customer Service Group.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-group\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs-group\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "35",
                                    "description": "The ID of the cs group."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"voluptatum\",\"branches\":[{\"is_active\":false}],\"teams\":[{\"is_active\":false}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete Customer Service Group.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-group\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs-group\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "35",
                                    "description": "The ID of the cs group."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Set Status Customer Service Group.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-group\/:cs_group\/set-active",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs-group\/:cs_group\/set-active",
                            "variable": [
                                {
                                    "id": "cs_group",
                                    "key": "cs_group",
                                    "value": "35",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Customer Service Team",
            "description": "\nAPIs for managing customer service team",
            "item": [
                {
                    "name": "List Team Customer Service.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-team",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "The limit of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "q",
                                    "value": "John",
                                    "description": "The search query.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/cs-team?page=1&limit=10&q=John"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List of teams\",\"data\":{\"current_page\":1,\"data\":[],\"first_page_url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/cs-team?page=1\",\"from\":null,\"last_page\":1,\"last_page_url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/cs-team?page=1\",\"links\":[{\"url\":null,\"label\":\"pagination.previous\",\"active\":false},{\"url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/cs-team?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"pagination.next\",\"active\":false}],\"next_page_url\":null,\"path\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/cs-team\",\"per_page\":10,\"prev_page_url\":null,\"to\":null,\"total\":0},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Team Customer Service.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-team",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs-team"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"quia\",\"customer_service\":[{\"id\":20}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Detail Team Customer Service.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-team\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs-team\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "13",
                                    "description": "The ID of the cs team."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"Team detail\",\"data\":{\"id\":13,\"name\":\"Retired CS\",\"created_at\":\"2025-02-12T06:33:12.000000Z\",\"updated_at\":\"2025-02-12T06:33:12.000000Z\",\"deleted_at\":null,\"created_by\":\"623567a0-5aad-42d3-a508-a072ff5bb888\",\"updated_by\":\"623567a0-5aad-42d3-a508-a072ff5bb888\",\"deleted_by\":null,\"customer_services\":[{\"id\":5,\"id_officer\":69,\"counter\":null,\"percent\":100,\"name\":\"izanugroho92\",\"username\":\"ryas\",\"is_active\":false},{\"id\":16,\"id_officer\":255,\"counter\":null,\"percent\":100,\"name\":\"Andy yusmant\",\"username\":\"Jeka\",\"is_active\":false},{\"id\":6,\"id_officer\":67,\"counter\":null,\"percent\":90,\"name\":\"jihanabdiah11\",\"username\":\"tia\",\"is_active\":false},{\"id\":14,\"id_officer\":1,\"counter\":null,\"percent\":10,\"name\":\"KILCIT Team\",\"username\":\"IT IT\",\"is_active\":true},{\"id\":2,\"id_officer\":247,\"counter\":null,\"percent\":100,\"name\":\"Irfan Mohamad Sukri\",\"username\":\"Evan\",\"is_active\":true}]},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Team Customer Service.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-team\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs-team\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "13",
                                    "description": "The ID of the cs team."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"aut\",\"customer_service\":[{\"id\":16,\"is_active\":true,\"channel_requirement\":[{\"id\":8,\"is_active\":true}]}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete Team Customer Service.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-team\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs-team\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the Cs Team."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Set Customer Service Active\/InActive ON Team.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cs-team\/:team_id\/set-active",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cs-team\/:team_id\/set-active",
                            "variable": [
                                {
                                    "id": "team_id",
                                    "key": "team_id",
                                    "value": "13",
                                    "description": "The ID of the team."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "GET api\/sending-initiate-whatsapp",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sending-initiate-whatsapp",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sending-initiate-whatsapp"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"WhatsApp initiation sent\",\"data\":[],\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/start-of-pause-assignment",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/start-of-pause-assignment",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/start-of-pause-assignment"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"Pause assignment started\",\"data\":[],\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Assign Customer Service To Room ( Qontak )",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/qontak\/assign-cs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/qontak\/assign-cs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"room_id\":\"nihil\",\"phone_number\":\"cupiditate\",\"name\":\"cum\",\"mesage\":\"ipsam\",\"branch_id\":13}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Initiate message",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/qontak\/initiate-message",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/qontak\/initiate-message"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"message\":\"webhook-token header is not valid\",\"data\":null,\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/qontak\/initiate-message-at-morning",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/qontak\/initiate-message-at-morning",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/qontak\/initiate-message-at-morning"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"message\":\"webhook-token header is not valid\",\"data\":null,\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/qontak\/label-sync",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/qontak\/label-sync",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/qontak\/label-sync"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"message\":\"webhook-token header is not valid\",\"data\":null,\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/qontak\/label\/{phone_number}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/qontak\/label\/:phone_number",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/qontak\/label\/:phone_number",
                            "variable": [
                                {
                                    "id": "phone_number",
                                    "key": "phone_number",
                                    "value": "molestias",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/qontak\/label\/{phone_number}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/qontak\/label\/:phone_number",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/qontak\/label\/:phone_number",
                            "variable": [
                                {
                                    "id": "phone_number",
                                    "key": "phone_number",
                                    "value": "repellendus",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/qontak\/check-lead\/{phone_number}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/qontak\/check-lead\/:phone_number",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/qontak\/check-lead\/:phone_number",
                            "variable": [
                                {
                                    "id": "phone_number",
                                    "key": "phone_number",
                                    "value": "aut",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"message\":\"webhook-token header is not valid\",\"data\":null,\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/qontak\/conversation-main-gate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/qontak\/conversation-main-gate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/qontak\/conversation-main-gate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"room_id\":\"eveniet\",\"phone_number\":\"vel\",\"name\":\"modi\",\"mesage\":\"minima\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/qontak\/retrieve-lead",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/qontak\/retrieve-lead",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/qontak\/retrieve-lead"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"room_id\":\"vero\",\"phone_number\":\"quos\",\"name\":\"autem\",\"branch_id\":\"placeat\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Assign Unassigned Customer Service To Room ( Qontak )",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/qontak\/assign-unassigned-lead",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/qontak\/assign-unassigned-lead"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"Successfully assign lead into selected CS\",\"data\":null,\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/label-chat\/update",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/label-chat\/update",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/label-chat\/update"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"payload\":[]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get All Lead Share Links.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead-share-link",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lead-share-link"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List of lead share links\",\"data\":[],\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Lead Share Links by Lead ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead-share-link\/lead\/:leadId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lead-share-link\/lead\/:leadId",
                            "variable": [
                                {
                                    "id": "leadId",
                                    "key": "leadId",
                                    "value": "387954",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List of lead share links\",\"data\":[],\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Lead Share Link.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead-share-link",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lead-share-link"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"lead_id\":1}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update is_used.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead-share-link\/:uid\/is-used",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lead-share-link\/:uid\/is-used",
                            "variable": [
                                {
                                    "id": "uid",
                                    "key": "uid",
                                    "value": "similique",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"is_used\":true}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update first_use_by_lead_id.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead-share-link\/:uid\/first-use",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lead-share-link\/:uid\/first-use",
                            "variable": [
                                {
                                    "id": "uid",
                                    "key": "uid",
                                    "value": "nihil",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"first_use_by_lead_id\":1}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get All Lead Share Link Usages.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead-share-link-usage",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lead-share-link-usage"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List of lead share link usages\",\"data\":[],\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Lead Share Link Usages by Lead Share Link UID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead-share-link-usage\/share-link\/:uid",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lead-share-link-usage\/share-link\/:uid",
                            "variable": [
                                {
                                    "id": "uid",
                                    "key": "uid",
                                    "value": "beatae",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List of lead share link usages\",\"data\":[],\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Lead Share Link Usages by Lead ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead-share-link-usage\/lead\/:leadId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lead-share-link-usage\/lead\/:leadId",
                            "variable": [
                                {
                                    "id": "leadId",
                                    "key": "leadId",
                                    "value": "387954",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List of lead share link usages\",\"data\":[],\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Lead Share Link Usage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead-share-link-usage",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lead-share-link-usage"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"lead_share_link_uid\":\"uuid\",\"lead_id\":1}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Lead",
            "description": "\nAPIs for managing lead",
            "item": [
                {
                    "name": "List Lead Histories.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead\/histories",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "The limit of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "lead_name",
                                    "value": "cum",
                                    "description": "The search query for lead name.",
                                    "disabled": false
                                },
                                {
                                    "key": "lead_history_name",
                                    "value": "eos",
                                    "description": "The search query for lead history name.",
                                    "disabled": false
                                },
                                {
                                    "key": "email",
                                    "value": "ivah.schulist%40example.org",
                                    "description": "The search query for email.",
                                    "disabled": false
                                },
                                {
                                    "key": "whatsapp",
                                    "value": "omnis",
                                    "description": "The search query for whatsapp.",
                                    "disabled": false
                                },
                                {
                                    "key": "course_package_name",
                                    "value": "iste",
                                    "description": "The search query for course package name.",
                                    "disabled": false
                                },
                                {
                                    "key": "bank",
                                    "value": "voluptas",
                                    "description": "The search query for bank.",
                                    "disabled": false
                                },
                                {
                                    "key": "registration_id",
                                    "value": "vel",
                                    "description": "The search query for registration id.",
                                    "disabled": false
                                },
                                {
                                    "key": "utm_campaign",
                                    "value": "eum",
                                    "description": "The search query for utm campaign.",
                                    "disabled": false
                                },
                                {
                                    "key": "utm_source",
                                    "value": "voluptatem",
                                    "description": "The search query for utm source.",
                                    "disabled": false
                                },
                                {
                                    "key": "utm_medium",
                                    "value": "inventore",
                                    "description": "The search query for utm medium.",
                                    "disabled": false
                                },
                                {
                                    "key": "utm_content",
                                    "value": "itaque",
                                    "description": "The search query for utm content.",
                                    "disabled": false
                                },
                                {
                                    "key": "clid",
                                    "value": "ut",
                                    "description": "The search query for clid.",
                                    "disabled": false
                                },
                                {
                                    "key": "response_info",
                                    "value": "eum",
                                    "description": "The search query for response info.",
                                    "disabled": false
                                },
                                {
                                    "key": "source",
                                    "value": "eligendi",
                                    "description": "The search query for source.",
                                    "disabled": false
                                },
                                {
                                    "key": "cs_id",
                                    "value": "1",
                                    "description": "The customer service id.",
                                    "disabled": false
                                },
                                {
                                    "key": "start_date",
                                    "value": "2021-01-01",
                                    "description": "The start date.",
                                    "disabled": false
                                },
                                {
                                    "key": "end_date",
                                    "value": "2021-12-31",
                                    "description": "The end date.",
                                    "disabled": false
                                },
                                {
                                    "key": "start_period",
                                    "value": "2021-01-01",
                                    "description": "The start period date.",
                                    "disabled": false
                                },
                                {
                                    "key": "end_period",
                                    "value": "2021-12-31",
                                    "description": "The end period date.",
                                    "disabled": false
                                },
                                {
                                    "key": "start_registration",
                                    "value": "2021-01-01",
                                    "description": "The start registration date.",
                                    "disabled": false
                                },
                                {
                                    "key": "end_registration",
                                    "value": "2021-12-31",
                                    "description": "The end registration date.",
                                    "disabled": false
                                },
                                {
                                    "key": "start_payment",
                                    "value": "2021-01-01",
                                    "description": "The start payment date.",
                                    "disabled": false
                                },
                                {
                                    "key": "end_payment",
                                    "value": "2021-12-31",
                                    "description": "The end payment date.",
                                    "disabled": false
                                },
                                {
                                    "key": "branch_id",
                                    "value": "1",
                                    "description": "The branch id.",
                                    "disabled": false
                                },
                                {
                                    "key": "category_id",
                                    "value": "1",
                                    "description": "The category id.",
                                    "disabled": false
                                },
                                {
                                    "key": "status_id",
                                    "value": "1",
                                    "description": "The status id.",
                                    "disabled": false
                                },
                                {
                                    "key": "is_replied",
                                    "value": "true",
                                    "description": "The is replied status.",
                                    "disabled": false
                                },
                                {
                                    "key": "show",
                                    "value": "own",
                                    "description": "The show status.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/lead\/histories?page=1&limit=10&lead_name=cum&lead_history_name=eos&email=ivah.schulist%40example.org&whatsapp=omnis&course_package_name=iste&bank=voluptas&registration_id=vel&utm_campaign=eum&utm_source=voluptatem&utm_medium=inventore&utm_content=itaque&clid=ut&response_info=eum&source=eligendi&cs_id=1&start_date=2021-01-01&end_date=2021-12-31&start_period=2021-01-01&end_period=2021-12-31&start_registration=2021-01-01&end_registration=2021-12-31&start_payment=2021-01-01&end_payment=2021-12-31&branch_id=1&category_id=1&status_id=1&is_replied=true&show=own"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List of lead histories\",\"data\":{\"current_page\":1,\"data\":[],\"first_page_url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/lead\\\/histories?page=1\",\"from\":null,\"last_page\":1,\"last_page_url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/lead\\\/histories?page=1\",\"links\":[{\"url\":null,\"label\":\"pagination.previous\",\"active\":false},{\"url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/lead\\\/histories?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"pagination.next\",\"active\":false}],\"next_page_url\":null,\"path\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/lead\\\/histories\",\"per_page\":10,\"prev_page_url\":null,\"to\":null,\"total\":0},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Send Message to Lead.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead\/histories\/send-message",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lead\/histories\/send-message"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"history_lead_id\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Lead History Detail.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead\/histories\/detail",
                            "query": [
                                {
                                    "key": "lead_id",
                                    "value": "109468",
                                    "description": "The lead id.",
                                    "disabled": false
                                },
                                {
                                    "key": "registration_id",
                                    "value": "058534",
                                    "description": "The registration id.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/lead\/histories\/detail?lead_id=109468&registration_id=058534"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"Lead History Detail\",\"data\":{\"id\":131320,\"created_at\":\"2023-06-17T17:00:00.000000Z\",\"name\":\"David Martin Munthe\",\"course_package_name\":\"Paket Holiday Ceria 2 Minggu\",\"branch_name\":\"PARE - JATIM\",\"category_name\":\"LC OFFLINE\",\"registration_date\":\"2023-06-18 00:00:00+00\",\"payment_date\":\"2023-06-20\",\"registration_number\":\"058534\",\"period_date\":\"2023-06-26\",\"bank\":\"IDN\",\"status_name\":\"ENGAGED\",\"utm_campaign\":null,\"utm_source\":null,\"utm_medium\":null,\"utm_content\":null,\"clid\":null,\"response_info\":null,\"source\":\"Registrasi\",\"is_replied\":null,\"lead_name\":\"David Martin Munthe\",\"lead_email\":\"davidmmunthe8sg@gmail.com\",\"lead_whatsapp\":\"6282190187672\",\"lead_created_at\":\"2023-06-18T03:22:47.000000Z\"},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Latest Lead History in Last 3 Months.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead\/histories\/latest",
                            "query": [
                                {
                                    "key": "lead_id",
                                    "value": "1",
                                    "description": "The lead id.",
                                    "disabled": false
                                },
                                {
                                    "key": "wa_number",
                                    "value": "628123456789",
                                    "description": "The whatsapp number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/lead\/histories\/latest?lead_id=1&wa_number=628123456789"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"lead_id\":16,\"wa_number\":\"rerum\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 404,
                            "body": "{\"success\":false,\"message\":\"No history found in last 3 months\",\"data\":null,\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/lead\/histories\/update-utm",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead\/histories\/update-utm",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lead\/histories\/update-utm"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"lead_id\":17,\"utm_campaign\":\"sapiente\",\"utm_source\":\"consequatur\",\"utm_medium\":\"consequatur\",\"utm_content\":\"odit\",\"cs_id\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/lead\/validate-email",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead\/validate-email",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lead\/validate-email"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"kelly77@example.org\",\"whatsapp\":\"fugiat\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"Email validation result\",\"data\":{\"email\":\"kelly77@example.org\",\"is_allowed\":true,\"reason\":null,\"lead_data\":null},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get List of Lead Categories.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead\/get-category-list",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lead\/get-category-list"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List of lead categories\",\"data\":[{\"id\":2,\"name\":\"LC OFFLINE\"},{\"id\":1,\"name\":\"LC ONLINE\"}],\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get List of Lead Statuses.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead\/get-status-list",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lead\/get-status-list"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List of lead statuses\",\"data\":[{\"id\":2,\"name\":\"ENGAGED\"},{\"id\":1,\"name\":\"NEW LEAD\"}],\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List Leads.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "The limit of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "q",
                                    "value": "est",
                                    "description": "The search query.",
                                    "disabled": false
                                },
                                {
                                    "key": "cs_id",
                                    "value": "1",
                                    "description": "The customer service id.",
                                    "disabled": false
                                },
                                {
                                    "key": "start_date",
                                    "value": "2021-01-01",
                                    "description": "The start date.",
                                    "disabled": false
                                },
                                {
                                    "key": "end_date",
                                    "value": "2021-12-31",
                                    "description": "The end date.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/lead?page=1&limit=10&q=est&cs_id=1&start_date=2021-01-01&end_date=2021-12-31"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List of leads\",\"data\":[],\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show Lead Detail.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lead\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lead\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "387954",
                                    "description": "The ID of the lead."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"Detail of lead\",\"data\":{\"id\":387954,\"created_at\":\"2025-12-07T12:55:08.000000Z\",\"name\":\"ANGGA\",\"email\":null,\"whatsapp\":\"6289513376444\",\"histories\":[{\"id\":484284,\"created_at\":\"2025-12-07T12:55:08.000000Z\",\"history_name\":\"ANGGA\",\"course_package_name\":\"HOLIDAY CERIA\",\"branch_name\":\"BOGOR - JABAR\",\"category_name\":\"LC OFFLINE\",\"registration_date\":null,\"payment_date\":null,\"registration_number\":null,\"period_date\":null,\"bank\":null,\"status_name\":\"NEW LEAD\",\"cs_name\":\"eko wicaksono\",\"cs_team_name\":\"Branch CS 1\",\"cs_group_name\":\"Branch Group 1\",\"utm_campaign\":\"organik\",\"utm_source\":\"IG\",\"utm_medium\":\"biopare\",\"utm_content\":\"LP_BOGOR\",\"clid\":null,\"response_info\":null,\"source\":\"TanyaCs\",\"is_replied\":null}]},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Dashboard of Customer Service.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dashboard-cs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dashboard-cs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 404,
                            "body": "{\"success\":false,\"message\":\"Customer Service Not Found\",\"data\":null,\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Dashboard of Spv Selling.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dashboard-spv",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dashboard-spv"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"Dashboard of Spv Selling\",\"data\":{\"statistics\":{\"total_lead_count\":579507,\"lead_count_today\":0,\"lead_count_yesterday\":0,\"lead_count_this_month\":8707,\"lead_count_last_month\":21113,\"total_registered_lead_count\":61929,\"registered_lead_count_today\":0,\"registered_lead_count_yesterday\":0,\"registered_lead_count_this_month\":1095,\"registered_lead_count_last_month\":1970,\"total_payment_lead_count\":34291,\"payment_lead_count_today\":0,\"payment_lead_count_yesterday\":0,\"payment_lead_count_this_month\":708,\"payment_lead_count_last_month\":1165},\"per_team\":[{\"team_name\":\"ARIEL\",\"total_lead_count\":84648,\"lead_count_today\":0,\"lead_count_this_month\":0,\"total_registered_lead_count\":9645,\"registered_lead_count_today\":0,\"registered_lead_count_this_month\":0,\"total_payment_lead_count\":5702,\"payment_lead_count_today\":0,\"payment_lead_count_this_month\":0,\"schedule\":[]},{\"team_name\":\"DIAZ\",\"total_lead_count\":77555,\"lead_count_today\":0,\"lead_count_this_month\":0,\"total_registered_lead_count\":8525,\"registered_lead_count_today\":0,\"registered_lead_count_this_month\":0,\"total_payment_lead_count\":4907,\"payment_lead_count_today\":0,\"payment_lead_count_this_month\":0,\"schedule\":[]},{\"team_name\":\"IZZY\",\"total_lead_count\":99425,\"lead_count_today\":0,\"lead_count_this_month\":0,\"total_registered_lead_count\":10939,\"registered_lead_count_today\":0,\"registered_lead_count_this_month\":0,\"total_payment_lead_count\":6469,\"payment_lead_count_today\":0,\"payment_lead_count_this_month\":0,\"schedule\":[]},{\"team_name\":\"ZURI\",\"total_lead_count\":55886,\"lead_count_today\":0,\"lead_count_this_month\":0,\"total_registered_lead_count\":6724,\"registered_lead_count_today\":0,\"registered_lead_count_this_month\":0,\"total_payment_lead_count\":3817,\"payment_lead_count_today\":0,\"payment_lead_count_this_month\":0,\"schedule\":[]},{\"team_name\":\"NIKY\",\"total_lead_count\":26543,\"lead_count_today\":0,\"lead_count_this_month\":0,\"total_registered_lead_count\":2287,\"registered_lead_count_today\":0,\"registered_lead_count_this_month\":0,\"total_payment_lead_count\":1474,\"payment_lead_count_today\":0,\"payment_lead_count_this_month\":0,\"schedule\":[]},{\"team_name\":\"Unknown\",\"total_lead_count\":8930,\"lead_count_today\":0,\"lead_count_this_month\":0,\"total_registered_lead_count\":828,\"registered_lead_count_today\":0,\"registered_lead_count_this_month\":0,\"total_payment_lead_count\":485,\"payment_lead_count_today\":0,\"payment_lead_count_this_month\":0,\"schedule\":[]},{\"team_name\":\"SPV\",\"total_lead_count\":45215,\"lead_count_today\":0,\"lead_count_this_month\":0,\"total_registered_lead_count\":7824,\"registered_lead_count_today\":0,\"registered_lead_count_this_month\":0,\"total_payment_lead_count\":4275,\"payment_lead_count_today\":0,\"payment_lead_count_this_month\":0,\"schedule\":[]},{\"team_name\":\"Frontline\",\"total_lead_count\":456,\"lead_count_today\":0,\"lead_count_this_month\":0,\"total_registered_lead_count\":358,\"registered_lead_count_today\":0,\"registered_lead_count_this_month\":0,\"total_payment_lead_count\":168,\"payment_lead_count_today\":0,\"payment_lead_count_this_month\":0,\"schedule\":[]},{\"team_name\":\"Retired CS\",\"total_lead_count\":5413,\"lead_count_today\":0,\"lead_count_this_month\":174,\"total_registered_lead_count\":391,\"registered_lead_count_today\":0,\"registered_lead_count_this_month\":16,\"total_payment_lead_count\":161,\"payment_lead_count_today\":0,\"payment_lead_count_this_month\":13,\"schedule\":[]},{\"team_name\":\"NEW CS\",\"total_lead_count\":884,\"lead_count_today\":0,\"lead_count_this_month\":0,\"total_registered_lead_count\":89,\"registered_lead_count_today\":0,\"registered_lead_count_this_month\":0,\"total_payment_lead_count\":45,\"payment_lead_count_today\":0,\"payment_lead_count_this_month\":0,\"schedule\":[]},{\"team_name\":\"HQ CS\",\"total_lead_count\":101989,\"lead_count_today\":0,\"lead_count_this_month\":4335,\"total_registered_lead_count\":7762,\"registered_lead_count_today\":0,\"registered_lead_count_this_month\":578,\"total_payment_lead_count\":3386,\"payment_lead_count_today\":0,\"payment_lead_count_this_month\":352,\"schedule\":[]},{\"team_name\":\"Branch CS 1\",\"total_lead_count\":38101,\"lead_count_today\":0,\"lead_count_this_month\":2009,\"total_registered_lead_count\":3263,\"registered_lead_count_today\":0,\"registered_lead_count_this_month\":221,\"total_payment_lead_count\":1762,\"payment_lead_count_today\":0,\"payment_lead_count_this_month\":145,\"schedule\":[]},{\"team_name\":\"Branch CS 2\",\"total_lead_count\":28557,\"lead_count_today\":0,\"lead_count_this_month\":1881,\"total_registered_lead_count\":2698,\"registered_lead_count_today\":0,\"registered_lead_count_this_month\":206,\"total_payment_lead_count\":1362,\"payment_lead_count_today\":0,\"payment_lead_count_this_month\":144,\"schedule\":[]},{\"team_name\":\"HQ SPV\",\"total_lead_count\":2776,\"lead_count_today\":0,\"lead_count_this_month\":126,\"total_registered_lead_count\":222,\"registered_lead_count_today\":0,\"registered_lead_count_this_month\":52,\"total_payment_lead_count\":109,\"payment_lead_count_today\":0,\"payment_lead_count_this_month\":34,\"schedule\":[]},{\"team_name\":\"Branch SPV\",\"total_lead_count\":3129,\"lead_count_today\":0,\"lead_count_this_month\":182,\"total_registered_lead_count\":374,\"registered_lead_count_today\":0,\"registered_lead_count_this_month\":22,\"total_payment_lead_count\":169,\"payment_lead_count_today\":0,\"payment_lead_count_this_month\":20,\"schedule\":[]}]},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/get-lead-repeat-closing\/{phone}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-lead-repeat-closing\/:phone",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-lead-repeat-closing\/:phone",
                            "variable": [
                                {
                                    "id": "phone",
                                    "key": "phone",
                                    "value": "et",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"message\":\"webhook-token header is not valid\",\"data\":null,\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Send Message to Lead.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/affiliate\/check-phone",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/affiliate\/check-phone"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"whatsapp\":\"eligendi\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Retrieving Lead",
            "description": "\nAPIs for managing  retrieve lead",
            "item": [
                {
                    "name": "Getting Secret Key For Retrieving Lead",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/retrieve-lead\/token",
                            "query": [
                                {
                                    "key": "secret_key",
                                    "value": "lcokaoke",
                                    "description": "The secret key for retrieving lead.",
                                    "disabled": false
                                },
                                {
                                    "key": "number_whatsapp",
                                    "value": "sunt",
                                    "description": "The number whatsapp for retrieving lead",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/retrieve-lead\/token?secret_key=lcokaoke&number_whatsapp=sunt"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"success\",\"data\":{\"secret_key\":\"lcokaoke\",\"number_whatsapp\":\"sunt\",\"token\":\"e961359b58621a1c4b57fdfb1044b282\"},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get CLID by WhatsApp Number",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/retrieve-lead\/clid",
                            "query": [
                                {
                                    "key": "whatsapp",
                                    "value": "628951596034",
                                    "description": "The whatsapp number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/retrieve-lead\/clid?whatsapp=628951596034"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"whatsapp\":\"asperiores\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":false,\"message\":\"No CLID found for this WhatsApp number within 30 days\",\"data\":null,\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Retrieving Lead.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/retrieve-lead",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/retrieve-lead"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"Akbar Hidayat\",\"whatsapp\":\"081393597900\",\"branch_code\":\"PARE\",\"course_package_name\":\"Basic English\",\"source\":\"TanyaCs\",\"email\":\"john@example.com\",\"period_date\":\"2024-09-01\",\"registration_id\":1001,\"registration_date\":\"2023-09-10 00:00:00\",\"payment_date\":\"2023-09-15 00:00:00\",\"cs_id\":\"N0F3ZStvZGxyL202c3FhOFBpUENOdz09OjpwTZypzA8lmuaybr4w4paO\",\"affiliate\":\"Affiliate XYZ\",\"description\":\"Interested in advanced course packages.\",\"utm_source\":\"FB\",\"utm_medium\":\"\",\"utm_campaign\":\"PAID\",\"utm_term\":\"\",\"utm_content\":\"pare\",\"clid\":{\"campaign_id\":\"12345\",\"ad_group_id\":\"67890\",\"keyword\":\"belajar bahasa inggris\"},\"occupation\":\"PEKERJA\",\"id_lead\":4}"
                        },
                        "description": "<aside class=\"success\">Token is use md5('lcokaoke', $noWhatsapp)<\/aside>",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update Payment Lead.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/update-payment-lead",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/update-payment-lead"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"registration_id\":0,\"payment_date\":\"2021-08-01\",\"bank\":\"BCA\",\"whatsapp\":\"081393597900\"}"
                        },
                        "description": "<aside class=\"success\">Token is use md5('lcokaoke', $noWhatsapp)<\/aside>",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update Status Bio Filled.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/update-status-bio",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/update-status-bio"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"registration_id\":0,\"bio_filled\":true,\"whatsapp\":\"081393597900\"}"
                        },
                        "description": "<aside class=\"success\">Token is use md5('lcokaoke', $noWhatsapp)<\/aside>",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Select Customer Service.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/select-cs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/select-cs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"cs_id\":\"ratione\",\"whatsapp\":\"081393597900\",\"branch_code\":\"PARE\"}"
                        },
                        "description": "<aside class=\"success\">Token is use md5('lcokaoke', $noWhatsapp)<\/aside>",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Assign Customer Service To Room ( Halo AI )",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/halo-ai\/assign-cs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/halo-ai\/assign-cs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Sending initiate mesage to customer using Halo AI",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/halo-ai\/messages\/initiate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/halo-ai\/messages\/initiate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"message\":\"webhook-token header is not valid\",\"data\":null,\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Schedule",
            "description": "\nAPIs for managing  schedule",
            "item": [
                {
                    "name": "Create Schedule",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/schedule\/create-today",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/schedule\/create-today"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 201,
                            "body": "{\"success\":true,\"message\":\"Success Create\",\"data\":[],\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List Schedule.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/schedule",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "The limit of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "date",
                                    "value": "2021-09-01",
                                    "description": "The date of the schedule.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/schedule?page=1&limit=10&date=2021-09-01"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List Schedule\",\"data\":{\"current_page\":1,\"data\":[],\"first_page_url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/schedule?page=1\",\"from\":null,\"last_page\":1,\"last_page_url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/schedule?page=1\",\"links\":[{\"url\":null,\"label\":\"pagination.previous\",\"active\":false},{\"url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/schedule?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"pagination.next\",\"active\":false}],\"next_page_url\":null,\"path\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/schedule\",\"per_page\":10,\"prev_page_url\":null,\"to\":null,\"total\":0},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Detail Schedule.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/schedule\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/schedule\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "618",
                                    "description": "The ID of the schedule."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"Detail Schedule\",\"data\":{\"id\":618,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T08:38:31.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"updated_by_name\":\"system\",\"schedule_shift\":[{\"id\":1632,\"schedule_id\":618,\"shift_id\":4,\"is_active\":true,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T08:38:31.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"shift\":{\"id\":4,\"name\":\"24 Jam\",\"start_time\":\"00:00:00\",\"end_time\":\"23:59:00\",\"created_at\":\"2024-10-29T09:17:33.000000Z\",\"updated_at\":\"2024-10-29T09:17:33.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null},\"schedule_shift_cs_with_customer_service\":[{\"id\":3,\"schedule_shift_id\":1632,\"percent\":0,\"is_active\":true,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T08:38:31.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"counter\":0,\"name\":\"dewintan\",\"username\":\"Fita\",\"team_id\":16,\"team_name\":\"Branch CS 1\",\"group_id\":33,\"group_name\":\"Branch Group 1\",\"template_schedule_shift_cs_id\":11200},{\"id\":20,\"schedule_shift_id\":1632,\"percent\":80,\"is_active\":true,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T23:21:30.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"counter\":16,\"name\":\"Ana Ismatul Mubarokah\",\"username\":\"CS Tia\",\"team_id\":15,\"team_name\":\"HQ CS\",\"group_id\":32,\"group_name\":\"HQ Group\",\"template_schedule_shift_cs_id\":11209},{\"id\":12,\"schedule_shift_id\":1632,\"percent\":100,\"is_active\":true,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T23:38:23.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"counter\":20,\"name\":\"Retha Febrianasari\",\"username\":\"Ara\",\"team_id\":15,\"team_name\":\"HQ CS\",\"group_id\":32,\"group_name\":\"HQ Group\",\"template_schedule_shift_cs_id\":11204},{\"id\":18,\"schedule_shift_id\":1632,\"percent\":100,\"is_active\":true,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T23:39:13.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"counter\":20,\"name\":\"Thomas Aldi Setiawan\",\"username\":\"Vyn\",\"team_id\":15,\"team_name\":\"HQ CS\",\"group_id\":32,\"group_name\":\"HQ Group\",\"template_schedule_shift_cs_id\":11207},{\"id\":7,\"schedule_shift_id\":1632,\"percent\":100,\"is_active\":true,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T23:42:23.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"counter\":23,\"name\":\"eko wicaksono\",\"username\":\"Kia\",\"team_id\":16,\"team_name\":\"Branch CS 1\",\"group_id\":33,\"group_name\":\"Branch Group 1\",\"template_schedule_shift_cs_id\":11203},{\"id\":19,\"schedule_shift_id\":1632,\"percent\":100,\"is_active\":true,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T23:43:52.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"counter\":20,\"name\":\"Evryta P.\",\"username\":\"Gea\",\"team_id\":15,\"team_name\":\"HQ CS\",\"group_id\":32,\"group_name\":\"HQ Group\",\"template_schedule_shift_cs_id\":11208},{\"id\":11,\"schedule_shift_id\":1632,\"percent\":100,\"is_active\":true,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T23:45:32.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"counter\":23,\"name\":\"Devina Dyah\",\"username\":\"Zea\",\"team_id\":19,\"team_name\":\"Branch SPV\",\"group_id\":35,\"group_name\":\"Branch Group 2\",\"template_schedule_shift_cs_id\":11205},{\"id\":4,\"schedule_shift_id\":1632,\"percent\":100,\"is_active\":true,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T23:45:36.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"counter\":21,\"name\":\"ajaynursyamsu2211\",\"username\":\"Max\",\"team_id\":15,\"team_name\":\"HQ CS\",\"group_id\":32,\"group_name\":\"HQ Group\",\"template_schedule_shift_cs_id\":11197},{\"id\":13,\"schedule_shift_id\":1632,\"percent\":100,\"is_active\":true,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T23:46:59.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"counter\":24,\"name\":\"Fitria Rachmawati Oemardi\",\"username\":\"Yuki\",\"team_id\":16,\"team_name\":\"Branch CS 1\",\"group_id\":33,\"group_name\":\"Branch Group 1\",\"template_schedule_shift_cs_id\":11199},{\"id\":21,\"schedule_shift_id\":1632,\"percent\":100,\"is_active\":true,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T23:52:44.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"counter\":16,\"name\":\"Nur Rafida\",\"username\":\"Oliv\",\"team_id\":17,\"team_name\":\"Branch CS 2\",\"group_id\":35,\"group_name\":\"Branch Group 2\",\"template_schedule_shift_cs_id\":11210},{\"id\":10,\"schedule_shift_id\":1632,\"percent\":100,\"is_active\":true,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T23:53:13.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"counter\":17,\"name\":\"Ismi Sofiatul Q.\",\"username\":\"Hana\",\"team_id\":17,\"team_name\":\"Branch CS 2\",\"group_id\":35,\"group_name\":\"Branch Group 2\",\"template_schedule_shift_cs_id\":11196},{\"id\":2,\"schedule_shift_id\":1632,\"percent\":100,\"is_active\":true,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T23:54:26.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"counter\":21,\"name\":\"Irfan Mohamad Sukri\",\"username\":\"Evan\",\"team_id\":13,\"team_name\":\"Retired CS\",\"group_id\":29,\"group_name\":\"Retired Group CS\",\"template_schedule_shift_cs_id\":11198},{\"id\":17,\"schedule_shift_id\":1632,\"percent\":100,\"is_active\":true,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T23:54:58.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"counter\":17,\"name\":\"Nashiha Afidah\",\"username\":\"Ryas\",\"team_id\":17,\"team_name\":\"Branch CS 2\",\"group_id\":35,\"group_name\":\"Branch Group 2\",\"template_schedule_shift_cs_id\":11201},{\"id\":15,\"schedule_shift_id\":1632,\"percent\":100,\"is_active\":true,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T23:58:35.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"counter\":21,\"name\":\"Tiara Selling\",\"username\":\"Kenzie\",\"team_id\":15,\"team_name\":\"HQ CS\",\"group_id\":32,\"group_name\":\"HQ Group\",\"template_schedule_shift_cs_id\":11202},{\"id\":9,\"schedule_shift_id\":1632,\"percent\":10,\"is_active\":true,\"created_at\":\"2025-11-19T08:38:31.000000Z\",\"updated_at\":\"2025-11-19T22:41:03.000000Z\",\"deleted_at\":null,\"created_by\":\"system\",\"updated_by\":\"system\",\"deleted_by\":null,\"counter\":3,\"name\":\"Ms. Rossy Selling\",\"username\":\"Nada\",\"team_id\":18,\"team_name\":\"HQ SPV\",\"group_id\":32,\"group_name\":\"HQ Group\",\"template_schedule_shift_cs_id\":11206}]}]},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Schedule.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/schedule\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/schedule\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "618",
                                    "description": "The ID of the schedule."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"schedule_shifts\":[{\"id\":18,\"is_active\":false,\"customer_services\":[{\"id\":8,\"percent\":9,\"is_active\":true,\"counter\":16}]}]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Setting",
            "description": "\nAPIs for managing  setting",
            "item": [
                {
                    "name": "Show Setting.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/setting",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/setting"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"Setting\",\"data\":{\"id\":1,\"max_cs_per_team\":10,\"max_days_lead\":2,\"updated_by\":null,\"created_by\":null,\"deleted_by\":null,\"deleted_at\":null,\"created_at\":\"2024-08-30T02:35:06.000000Z\",\"updated_at\":\"2024-09-16T02:59:01.000000Z\",\"cs_time_create\":\"00:00\",\"user_initiate\":true},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Setting.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/setting",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/setting"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"max_cs_per_team\":10,\"max_days_lead\":10,\"cs_time_create\":\"00:00:00\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update Setting.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/setting\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/setting\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the setting."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"max_cs_per_team\":10,\"max_days_lead\":10,\"cs_time_create\":\"00:00:00\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Shift",
            "description": "\nAPIs for managing shift",
            "item": [
                {
                    "name": "Show all shifts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/shift",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "The limit of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "q",
                                    "value": "John",
                                    "description": "The search query.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/shift?page=1&limit=10&q=John"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"List of shifts\",\"data\":{\"current_page\":1,\"data\":[],\"first_page_url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/shift?page=1\",\"from\":null,\"last_page\":1,\"last_page_url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/shift?page=1\",\"links\":[{\"url\":null,\"label\":\"pagination.previous\",\"active\":false},{\"url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/shift?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"pagination.next\",\"active\":false}],\"next_page_url\":null,\"path\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/shift\",\"per_page\":10,\"prev_page_url\":null,\"to\":null,\"total\":0},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Shift",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/shift",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/shift"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"totam\",\"start_time\":\"cum\",\"end_time\":\"deserunt\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Detail Shift",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/shift\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/shift\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the shift."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"Shift detail\",\"data\":{\"id\":2,\"name\":\"Sore\",\"start_time\":\"14:00:00\",\"end_time\":\"23:59:00\",\"created_at\":\"2024-09-02T04:14:00.000000Z\",\"updated_at\":\"2024-10-03T08:29:46.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Shift",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/shift\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/shift\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the shift."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"id\",\"start_time\":\"recusandae\",\"end_time\":\"ducimus\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove shift",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/shift\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/shift\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "2",
                                    "description": "The ID of the shift."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Template Schedule",
            "description": "\nAPIs for managing template schedule",
            "item": [
                {
                    "name": "List Template Schedule.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/template-schedule",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "The limit of the list.",
                                    "disabled": false
                                },
                                {
                                    "key": "q",
                                    "value": "All+Shift",
                                    "description": "The search query.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/template-schedule?page=1&limit=10&q=All+Shift"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"1\",\"data\":{\"current_page\":1,\"data\":[{\"id\":7,\"name\":\"All Shift\",\"created_at\":\"2025-05-08T02:25:34.000000Z\",\"updated_at\":\"2025-10-27T04:23:29.000000Z\",\"deleted_at\":null,\"created_by\":\"5cb9b47b-8da5-47dd-98fb-92b2fff31476\",\"updated_by\":\"e04549b0-5d1b-43c0-bc3a-cdd4e4fbb187\",\"deleted_by\":null,\"is_active\":true}],\"first_page_url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/template-schedule?page=1\",\"from\":1,\"last_page\":1,\"last_page_url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/template-schedule?page=1\",\"links\":[{\"url\":null,\"label\":\"pagination.previous\",\"active\":false},{\"url\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/template-schedule?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"pagination.next\",\"active\":false}],\"next_page_url\":null,\"path\":\"https:\\\/\\\/lead-service.devkilc.lcpare.com\\\/api\\\/template-schedule\",\"per_page\":10,\"prev_page_url\":null,\"to\":1,\"total\":1},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Template Schedule.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/template-schedule",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/template-schedule"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"odio\",\"shifts\":[{\"id\":9,\"customer_services\":[{\"id\":2,\"percent\":1}]}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Detail Template Schedule.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/template-schedule\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/template-schedule\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the template schedule."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"message\":\"Success get detail template schedule\",\"data\":{\"id\":3,\"name\":\"Daily\",\"created_at\":\"2024-09-18T01:49:56.000000Z\",\"updated_at\":\"2024-10-09T09:18:57.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"5cb9b47b-8da5-47dd-98fb-92b2fff31476\",\"deleted_by\":null,\"is_active\":false,\"template_shift\":[{\"id\":14,\"template_schedule_id\":3,\"shift_id\":1,\"created_at\":\"2024-09-21T05:27:47.000000Z\",\"updated_at\":\"2024-09-21T05:27:47.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null,\"shift\":{\"id\":1,\"name\":\"Tes\",\"start_time\":\"00:00:00\",\"end_time\":\"13:59:00\",\"created_at\":\"2024-09-02T01:51:56.000000Z\",\"updated_at\":\"2024-10-07T07:11:12.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"5cb9b47b-8da5-47dd-98fb-92b2fff31476\",\"deleted_by\":null},\"customer_service\":[{\"id\":4,\"customer_service_id\":4,\"template_schedule_shift_id\":14,\"percent\":10,\"created_at\":\"2024-09-21T05:27:47.000000Z\",\"updated_at\":\"2024-09-21T05:27:47.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null,\"name\":\"ajaynursyamsu2211\",\"username\":\"Max\",\"team_id\":15,\"officer_id\":46,\"team_name\":\"HQ CS\",\"group_id\":32,\"group_name\":\"HQ Group\",\"template_schedule_shift_cs_id\":33},{\"id\":2,\"customer_service_id\":2,\"template_schedule_shift_id\":14,\"percent\":10,\"created_at\":\"2024-09-21T05:27:47.000000Z\",\"updated_at\":\"2024-09-21T05:27:47.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null,\"name\":\"Irfan Mohamad Sukri\",\"username\":\"Evan\",\"team_id\":13,\"officer_id\":247,\"team_name\":\"Retired CS\",\"group_id\":29,\"group_name\":\"Retired Group CS\",\"template_schedule_shift_cs_id\":34},{\"id\":3,\"customer_service_id\":3,\"template_schedule_shift_id\":14,\"percent\":10,\"created_at\":\"2024-09-21T05:27:47.000000Z\",\"updated_at\":\"2024-09-21T05:27:47.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null,\"name\":\"dewintan\",\"username\":\"Fita\",\"team_id\":16,\"officer_id\":61,\"team_name\":\"Branch CS 1\",\"group_id\":33,\"group_name\":\"Branch Group 1\",\"template_schedule_shift_cs_id\":35},{\"id\":11,\"customer_service_id\":11,\"template_schedule_shift_id\":14,\"percent\":0,\"created_at\":\"2024-09-21T05:27:47.000000Z\",\"updated_at\":\"2024-09-21T05:27:47.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null,\"name\":\"Devina Dyah\",\"username\":\"Zea\",\"team_id\":19,\"officer_id\":48,\"team_name\":\"Branch SPV\",\"group_id\":35,\"group_name\":\"Branch Group 2\",\"template_schedule_shift_cs_id\":36},{\"id\":14,\"customer_service_id\":14,\"template_schedule_shift_id\":14,\"percent\":10,\"created_at\":\"2024-09-21T05:27:47.000000Z\",\"updated_at\":\"2024-09-21T05:27:47.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null,\"name\":\"KILCIT Team\",\"username\":\"IT IT\",\"team_id\":13,\"officer_id\":1,\"team_name\":\"Retired CS\",\"group_id\":29,\"group_name\":\"Retired Group CS\",\"template_schedule_shift_cs_id\":37}]},{\"id\":15,\"template_schedule_id\":3,\"shift_id\":2,\"created_at\":\"2024-09-21T05:27:47.000000Z\",\"updated_at\":\"2024-09-21T05:27:47.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null,\"shift\":{\"id\":2,\"name\":\"Sore\",\"start_time\":\"14:00:00\",\"end_time\":\"23:59:00\",\"created_at\":\"2024-09-02T04:14:00.000000Z\",\"updated_at\":\"2024-10-03T08:29:46.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null},\"customer_service\":[{\"id\":10,\"customer_service_id\":10,\"template_schedule_shift_id\":15,\"percent\":20,\"created_at\":\"2024-09-21T05:27:47.000000Z\",\"updated_at\":\"2024-09-21T05:27:47.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null,\"name\":\"Ismi Sofiatul Q.\",\"username\":\"Hana\",\"team_id\":17,\"officer_id\":250,\"team_name\":\"Branch CS 2\",\"group_id\":35,\"group_name\":\"Branch Group 2\",\"template_schedule_shift_cs_id\":38},{\"id\":13,\"customer_service_id\":13,\"template_schedule_shift_id\":15,\"percent\":10,\"created_at\":\"2024-09-21T05:27:47.000000Z\",\"updated_at\":\"2024-09-21T05:27:47.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null,\"name\":\"Fitria Rachmawati Oemardi\",\"username\":\"Yuki\",\"team_id\":16,\"officer_id\":249,\"team_name\":\"Branch CS 1\",\"group_id\":33,\"group_name\":\"Branch Group 1\",\"template_schedule_shift_cs_id\":39},{\"id\":5,\"customer_service_id\":5,\"template_schedule_shift_id\":15,\"percent\":30,\"created_at\":\"2024-09-21T05:27:47.000000Z\",\"updated_at\":\"2024-09-21T05:27:47.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null,\"name\":\"izanugroho92\",\"username\":\"ryas\",\"team_id\":13,\"officer_id\":69,\"team_name\":\"Retired CS\",\"group_id\":29,\"group_name\":\"Retired Group CS\",\"template_schedule_shift_cs_id\":40},{\"id\":12,\"customer_service_id\":12,\"template_schedule_shift_id\":15,\"percent\":100,\"created_at\":\"2024-09-21T05:27:47.000000Z\",\"updated_at\":\"2024-09-21T05:27:47.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null,\"name\":\"Retha Febrianasari\",\"username\":\"Ara\",\"team_id\":15,\"officer_id\":246,\"team_name\":\"HQ CS\",\"group_id\":32,\"group_name\":\"HQ Group\",\"template_schedule_shift_cs_id\":41},{\"id\":8,\"customer_service_id\":8,\"template_schedule_shift_id\":15,\"percent\":20,\"created_at\":\"2024-09-21T05:27:47.000000Z\",\"updated_at\":\"2024-09-21T05:27:47.000000Z\",\"deleted_at\":null,\"created_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"updated_by\":\"351214d7-db5f-4be8-bdf8-6a0fbe2d8e39\",\"deleted_by\":null,\"name\":\"jehanadani\",\"username\":\"Lucy\",\"team_id\":12,\"officer_id\":44,\"team_name\":\"Frontline\",\"group_id\":32,\"group_name\":\"HQ Group\",\"template_schedule_shift_cs_id\":42}]}]},\"error\":\"\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Template Schedule.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/template-schedule\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/template-schedule\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the template schedule."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"cupiditate\",\"shifts\":[{\"id\":19,\"customer_services\":[{\"id\":8,\"percent\":1}]}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete Template Schedule.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/template-schedule\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/template-schedule\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the template schedule."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Change status Template Schedule.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/template-schedule\/:template_schedule_id\/set-active",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/template-schedule\/:template_schedule_id\/set-active",
                            "variable": [
                                {
                                    "id": "template_schedule_id",
                                    "key": "template_schedule_id",
                                    "value": "1",
                                    "description": "The ID of the template schedule."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}