{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "http:\/\/127.0.0.1:8000"
        }
    ],
    "info": {
        "name": "EV Charging Point Management System API Documentation",
        "_postman_id": "12b304c8-2823-478c-91a9-6a3baa01b6f9",
        "description": "API documentation for OCPP Charging Point Management System",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "GET api\/health",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/health",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/health"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"status\":\"healthy\",\"timestamp\":\"2026-05-27T07:22:36+00:00\",\"version\":\"1.0.0\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/api\/ocpp\/remote-start - Send RemoteStartTransaction to connected charger\nUses new ConnectionRegistry for ReactPHP WebSocket connections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp\/remote-start",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp\/remote-start"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/ocpp\/remote-stop - Send RemoteStopTransaction to connected charger\nUses new ConnectionRegistry for ReactPHP WebSocket connections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp\/remote-stop",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp\/remote-stop"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/mobile\/register",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/register",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/register"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"email\":\"kunde.eloisa@example.com\",\"phone\":\"hfqcoynlazghdtqtq\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/mobile\/send-otp",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/send-otp",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/send-otp"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/mobile\/verify-otp",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/verify-otp",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/verify-otp"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"consequatur\",\"otp\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/mobile\/resend-otp",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/resend-otp",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/resend-otp"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Step 1: Initiate account linking process\nGenerates a temporary linking session for unverified account recovery",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/account-linking\/initiate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/account-linking\/initiate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"phone\":\"vmqeopfuudtdsufvy\"}"
                        },
                        "description": "POST \/api\/mobile\/account-linking\/initiate\nBody: { \"phone\": \"9840753503\" }\nResponse: linking_session_id for use in verification",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Step 2: Verify OTP for account linking\nValidates the OTP sent to the registered phone number",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/account-linking\/verify-otp",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/account-linking\/verify-otp"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"linking_session_id\":\"consequatur\",\"phone\":\"mqeopfuudtdsufvyv\",\"otp\":\"8107\"}"
                        },
                        "description": "POST \/api\/mobile\/account-linking\/verify-otp\nBody: {\n  \"linking_session_id\": \"link_xxx\",\n  \"phone\": \"9840753503\",\n  \"otp\": \"1234\"\n}",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Step 3: Link\/Update account with new information\nMerges the new registration data with existing account",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/account-linking\/link",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/account-linking\/link"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"linking_session_id\":\"consequatur\",\"name\":\"mqeopfuudtdsufvyvddqa\",\"email\":\"eloisa.harber@example.com\",\"action\":\"update\"}"
                        },
                        "description": "POST \/api\/mobile\/account-linking\/link\nBody: {\n  \"linking_session_id\": \"link_xxx\",\n  \"name\": \"Wahid A\",\n  \"email\": \"newemail@example.com\",  \/\/ optional - can add alternate email\n  \"action\": \"update\" | \"login_only\"\n}\n\nActions:\n- \"update\": Update account with new details\n- \"login_only\": Just verify account ownership, don't update details",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Cancel account linking session",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/account-linking\/cancel",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/account-linking\/cancel"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"linking_session_id\":\"consequatur\"}"
                        },
                        "description": "POST \/api\/mobile\/account-linking\/cancel\nBody: { \"linking_session_id\": \"link_xxx\" }",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/mobile\/profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/profile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/profile"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/mobile\/update-profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/update-profile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/update-profile"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/mobile\/add-vehicle",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/add-vehicle",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/add-vehicle"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"manufacturer\":\"vmqeopfuudtdsufvyvddq\",\"model\":\"amniihfqcoynlazghdtqt\",\"registration_number\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/mobile\/vehicles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/vehicles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/vehicles"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/mobile\/update-vehicle\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/update-vehicle\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/update-vehicle\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the update vehicle."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"manufacturer\":\"vmqeopfuudtdsufvyvddq\",\"model\":\"amniihfqcoynlazghdtqt\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/mobile\/delete-vehicle\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/delete-vehicle\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/delete-vehicle\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the delete vehicle."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/mobile\/nearby-stations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/nearby-stations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/nearby-stations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/chargers\/station\/{stationId}\nGet chargers by station ID",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/station-chargers\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/station-chargers\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the station charger."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/mobile\/stations - Get all stations for EVtron mobile app",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/stations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/stations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/mobile\/stations\/:id - Get detailed station information for EVtron mobile app",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/stations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/stations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the station."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get manufacturers list",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/scan\/manufacturers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/scan\/manufacturers"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get models list based on manufacturer",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/scan\/models",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/scan\/models"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get connector types list",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/scan\/connector-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/scan\/connector-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get current types list (AC\/DC)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/scan\/current-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/scan\/current-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Save scan data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/scan\/save",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/scan\/save"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Process scanner data (QR scan or manual ID entry)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/scan\/process",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/scan\/process"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Validate charger before starting charging session\nPerforms 10 critical validation checks",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/scan\/validate-next",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/scan\/validate-next"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get saved charger details for the authenticated user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/scan\/saved",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/scan\/saved"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/mobile\/scan\/test",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/scan\/test",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/scan\/test"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/mobile\/wishlist - Get user's wishlist with station details",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/wishlist",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/wishlist"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/api\/mobile\/wishlist - Add station to wishlist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/wishlist",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/wishlist"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT \/api\/mobile\/wishlist\/{id} - Update wishlist item",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/wishlist\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/wishlist\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the wishlist."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE \/api\/mobile\/wishlist\/{id} - Remove station from wishlist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/wishlist\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/wishlist\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the wishlist."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET \/api\/mobile\/wishlist\/check\/{stationId} - Check if station is in user's wishlist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/wishlist\/check\/:stationId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/wishlist\/check\/:stationId",
                            "variable": [
                                {
                                    "id": "stationId",
                                    "key": "stationId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/mobile\/wishlist\/favorites - Get favorite stations only",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/wishlist\/favorites",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/wishlist\/favorites"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get charging history for the last 10 days",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/charging-history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/charging-history"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get charging history summary statistics",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/charging-history\/summary",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/charging-history\/summary"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get charging history for a specific charger",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/charging-history\/charger\/:chargerId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/charging-history\/charger\/:chargerId",
                            "variable": [
                                {
                                    "id": "chargerId",
                                    "key": "chargerId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get weekly charging percentage data (Monday to Sunday)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/charging-history\/weekly-percentage",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/charging-history\/weekly-percentage"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/mobile\/complaints",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/complaints",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/complaints"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"subject\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/mobile\/complaints",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/complaints",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/complaints"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/mobile\/complaints\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/complaints\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/complaints\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the complaint."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Start a charging session\nPOST \/api\/mobile\/charging\/start",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/charging\/start",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/charging\/start"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Stop an active charging session\nPOST \/api\/mobile\/charging\/stop\/{session_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/charging\/stop\/:sessionId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/charging\/stop\/:sessionId",
                            "variable": [
                                {
                                    "id": "sessionId",
                                    "key": "sessionId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get active charging session details\nGET \/api\/mobile\/charging\/current",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/charging\/current",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/charging\/current"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get charging session history\nGET \/api\/mobile\/charging\/history",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/charging\/history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/charging\/history"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get live charging session data (real-time polling)\nGET \/api\/mobile\/charging\/live",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/mobile\/charging\/live",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/mobile\/charging\/live"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/mobile\/stations - Get all stations for EVtron mobile app",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/mobile\/stations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/mobile\/stations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"count\":3,\"pagination\":{\"page\":1,\"limit\":20,\"total\":3,\"totalPages\":1},\"data\":[{\"id\":1,\"station_name\":\"Downtown Charging Hub\",\"full_address\":\"123 Main Street, New York, NY 10001\",\"latitude\":\"40.7128\",\"longitude\":\"-74.006\",\"distance_from_user\":null,\"status\":\"active\",\"station_type\":\"public\",\"is_24_7\":true,\"estimated_charging_price\":\"5.00\",\"total_chargers\":2,\"available_chargers\":1,\"connector_ports\":[{\"type\":\"CCS\",\"status\":\"Available\",\"max_power\":150},{\"type\":\"CHAdeMO\",\"status\":\"Available\",\"max_power\":100},{\"type\":null,\"status\":\"Charging\",\"max_power\":null},{\"type\":\"Type_2\",\"status\":\"Available\",\"max_power\":7}],\"amenities\":[\"WiFi\",\"Cafe\",\"Parking\"],\"real_time_availability\":true,\"wishlist_status\":null,\"created_at\":\"2026-05-14T10:03:55.000000Z\"},{\"id\":2,\"station_name\":\"Mall Charging Station\",\"full_address\":\"456 Oak Avenue, Los Angeles, CA 90001\",\"latitude\":\"34.0522\",\"longitude\":\"-118.2437\",\"distance_from_user\":null,\"status\":\"active\",\"station_type\":\"public\",\"is_24_7\":false,\"estimated_charging_price\":\"4.50\",\"total_chargers\":1,\"available_chargers\":0,\"connector_ports\":[{\"type\":\"CCS\",\"status\":\"Available\",\"max_power\":120},{\"type\":\"Type_2\",\"status\":\"Available\",\"max_power\":11}],\"amenities\":[\"WiFi\",\"Shopping\",\"Restaurants\"],\"real_time_availability\":false,\"wishlist_status\":null,\"created_at\":\"2026-05-14T10:03:55.000000Z\"},{\"id\":3,\"station_name\":\"Airport Charging Depot\",\"full_address\":\"789 Aviation Boulevard, Chicago, IL 60601\",\"latitude\":\"41.8781\",\"longitude\":\"-87.6298\",\"distance_from_user\":null,\"status\":\"active\",\"station_type\":\"public\",\"is_24_7\":true,\"estimated_charging_price\":\"6.00\",\"total_chargers\":1,\"available_chargers\":0,\"connector_ports\":[{\"type\":\"CCS\",\"status\":\"Available\",\"max_power\":350}],\"amenities\":[\"Lounge\",\"WiFi\",\"Charging Pods\"],\"real_time_availability\":false,\"wishlist_status\":null,\"created_at\":\"2026-05-14T10:03:55.000000Z\"}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/mobile\/stations\/:id - Get detailed station information for EVtron mobile app",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/mobile\/stations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/mobile\/stations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the station."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 500,
                            "body": "{\"success\":false,\"error\":\"Failed to get station details\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get manufacturers list",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/mobile\/scan\/manufacturers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/mobile\/scan\/manufacturers"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"data\":[{\"id\":1,\"name\":\"Tesla\"},{\"id\":2,\"name\":\"ABB\"},{\"id\":3,\"name\":\"Siemens\"},{\"id\":4,\"name\":\"Schneider Electric\"},{\"id\":5,\"name\":\"ChargePoint\"},{\"id\":6,\"name\":\"EVBox\"},{\"id\":7,\"name\":\"Blink Charging\"},{\"id\":8,\"name\":\"Webasto\"},{\"id\":9,\"name\":\"Delta Electronics\"},{\"id\":10,\"name\":\"Eaton\"}],\"message\":\"Manufacturers retrieved successfully\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get models list based on manufacturer",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/mobile\/scan\/models",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/mobile\/scan\/models"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 422,
                            "body": "{\"success\":false,\"error\":\"Validation failed\",\"message\":{\"manufacturer_id\":[\"The manufacturer id field is required.\"]}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get connector types list",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/mobile\/scan\/connector-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/mobile\/scan\/connector-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"data\":[{\"id\":1,\"name\":\"Type 1 (J1772)\",\"description\":\"North America standard\"},{\"id\":2,\"name\":\"Type 2 (Mennekes)\",\"description\":\"European standard\"},{\"id\":3,\"name\":\"CHAdeMO\",\"description\":\"Japanese DC fast charging\"},{\"id\":4,\"name\":\"CCS (Combined Charging System)\",\"description\":\"AC\\\/DC combo\"},{\"id\":5,\"name\":\"CCS2\",\"description\":\"European CCS standard\"},{\"id\":6,\"name\":\"Tesla Supercharger\",\"description\":\"Tesla proprietary\"},{\"id\":7,\"name\":\"NACS (North American Charging Standard)\",\"description\":\"Tesla standard for others\"},{\"id\":8,\"name\":\"GB\\\/T\",\"description\":\"Chinese standard\"}],\"message\":\"Connector types retrieved successfully\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get current types list (AC\/DC)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/mobile\/scan\/current-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/mobile\/scan\/current-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"data\":[{\"id\":1,\"name\":\"AC\",\"description\":\"Alternating Current\"},{\"id\":2,\"name\":\"DC\",\"description\":\"Direct Current\"}],\"message\":\"Current types retrieved successfully\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get saved charger details for the authenticated user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/mobile\/scan\/saved",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/mobile\/scan\/saved"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"data\":[],\"message\":\"No saved charger details (user not authenticated)\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Save scan data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/mobile\/scan\/save",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/mobile\/scan\/save"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Process scanner data (QR scan or manual ID entry)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/mobile\/scan\/process",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/mobile\/scan\/process"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get charging history for the last 10 days",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/mobile\/charging-history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/mobile\/charging-history"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"data\":[{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-CP001\",\"model_name\":\"Wallbox Pulsar Plus\",\"vehicle_name\":\"Not Assigned\",\"units\":0,\"amount\":0,\"status\":\"ongoing\",\"start_time\":\"2026-05-22T10:24:33.000000Z\",\"end_time\":null},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-1\",\"model_name\":\"Tesla Supercharger V3\",\"vehicle_name\":\"Wahid A\",\"units\":0,\"amount\":0,\"status\":\"active\",\"start_time\":\"2026-05-22T10:22:04.000000Z\",\"end_time\":null},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-CP001\",\"model_name\":\"Wallbox Pulsar Plus\",\"vehicle_name\":\"Not Assigned\",\"units\":0,\"amount\":0,\"status\":\"completed\",\"start_time\":\"2026-05-22T09:35:58.000000Z\",\"end_time\":\"2026-05-22T09:49:01.000000Z\"},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-1\",\"model_name\":\"Tesla Supercharger V3\",\"vehicle_name\":\"Wahid A\",\"units\":1.7,\"amount\":8.5,\"status\":\"completed\",\"start_time\":\"2026-05-22T09:34:21.000000Z\",\"end_time\":\"2026-05-22T10:21:56.000000Z\"},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-1\",\"model_name\":\"Tesla Supercharger V3\",\"vehicle_name\":\"Wahid A\",\"units\":0.9,\"amount\":4.5,\"status\":\"completed\",\"start_time\":\"2026-05-22T07:54:10.000000Z\",\"end_time\":\"2026-05-22T07:54:39.000000Z\"},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-CP001\",\"model_name\":\"Wallbox Pulsar Plus\",\"vehicle_name\":\"Not Assigned\",\"units\":0,\"amount\":0,\"status\":\"completed\",\"start_time\":\"2026-05-22T07:33:09.000000Z\",\"end_time\":\"2026-05-22T07:33:31.000000Z\"},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-1\",\"model_name\":\"Tesla Supercharger V3\",\"vehicle_name\":\"Wahid A\",\"units\":0,\"amount\":0,\"status\":\"active\",\"start_time\":\"2026-05-22T06:24:27.000000Z\",\"end_time\":null},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-1\",\"model_name\":\"Tesla Supercharger V3\",\"vehicle_name\":\"Wahid A\",\"units\":3.1,\"amount\":15.5,\"status\":\"completed\",\"start_time\":\"2026-05-22T05:27:22.000000Z\",\"end_time\":\"2026-05-22T05:35:01.000000Z\"},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-1\",\"model_name\":\"Tesla Supercharger V3\",\"vehicle_name\":\"Wahid A\",\"units\":3,\"amount\":15,\"status\":\"completed\",\"start_time\":\"2026-05-21T13:27:55.000000Z\",\"end_time\":\"2026-05-22T07:52:14.000000Z\"},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-1\",\"model_name\":\"Tesla Supercharger V3\",\"vehicle_name\":\"Wahid A\",\"units\":0,\"amount\":0,\"status\":\"active\",\"start_time\":\"2026-05-21T10:19:26.000000Z\",\"end_time\":null},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-CP001\",\"model_name\":\"Wallbox Pulsar Plus\",\"vehicle_name\":\"Not Assigned\",\"units\":40,\"amount\":200,\"status\":\"completed\",\"start_time\":\"2026-05-21T10:14:30.000000Z\",\"end_time\":\"2026-05-21T10:15:37.000000Z\"},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-CP001\",\"model_name\":\"Wallbox Pulsar Plus\",\"vehicle_name\":\"Not Assigned\",\"units\":2000,\"amount\":10000,\"status\":\"charging\",\"start_time\":\"2026-05-21T10:10:06.000000Z\",\"end_time\":null},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-1\",\"model_name\":\"Tesla Supercharger V3\",\"vehicle_name\":\"Wahid A\",\"units\":4,\"amount\":20,\"status\":\"completed\",\"start_time\":\"2026-05-21T10:07:56.000000Z\",\"end_time\":\"2026-05-21T10:08:50.000000Z\"},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-CP001\",\"model_name\":\"Wallbox Pulsar Plus\",\"vehicle_name\":\"Not Assigned\",\"units\":110,\"amount\":550,\"status\":\"completed\",\"start_time\":\"2026-05-21T10:03:25.000000Z\",\"end_time\":\"2026-05-21T10:07:00.000000Z\"},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-1\",\"model_name\":\"Tesla Supercharger V3\",\"vehicle_name\":\"Wahid A\",\"units\":0,\"amount\":0,\"status\":\"active\",\"start_time\":\"2026-05-21T09:56:40.000000Z\",\"end_time\":null},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-1\",\"model_name\":\"Tesla Supercharger V3\",\"vehicle_name\":\"Wahid A\",\"units\":5,\"amount\":25,\"status\":\"completed\",\"start_time\":\"2026-05-21T08:12:36.000000Z\",\"end_time\":\"2026-05-21T08:34:33.000000Z\"},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-CP001\",\"model_name\":\"Wallbox Pulsar Plus\",\"vehicle_name\":\"Not Assigned\",\"units\":0,\"amount\":0,\"status\":\"ongoing\",\"start_time\":\"2026-05-21T05:46:51.000000Z\",\"end_time\":null},{\"station_name\":\"Downtown Charging Hub\",\"charger_id\":\"CHR-1\",\"model_name\":\"Tesla Supercharger V3\",\"vehicle_name\":\"Not Assigned\",\"units\":0,\"amount\":0,\"status\":\"ongoing\",\"start_time\":\"2026-05-20T11:41:37.000000Z\",\"end_time\":null}],\"message\":\"Charging history retrieved successfully\",\"total_records\":18,\"date_range\":{\"from\":\"2026-05-17T00:00:00.000000Z\",\"to\":\"2026-05-27T07:22:38.448852Z\"}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/api\/auth\/register - Register new user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/register",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/register"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/auth\/login - Login user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/auth\/logout - Logout user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/logout",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/logout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/auth\/refresh - Get user info from token",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/refresh",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/refresh"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET \/api\/clients\/list - Get all clients (public endpoint for dropdown)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/list",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/list"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"success\":true,\"data\":[{\"id\":3,\"name\":\"AutoCharge Systems\"},{\"id\":5,\"name\":\"EV Mobility Services\"},{\"id\":2,\"name\":\"Green Energy Pvt Ltd\"},{\"id\":4,\"name\":\"Smart Grid Networks\"},{\"id\":6,\"name\":\"Stacey Dunn\"},{\"id\":1,\"name\":\"TechCorp Solutions\"}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Handle OCPP Boot Notification",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp-charger\/boot-notification",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp-charger\/boot-notification"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"charger_id\":\"consequatur\",\"firmware_version\":\"consequatur\",\"serial_number\":\"consequatur\",\"model\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Handle OCPP Heartbeat",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp-charger\/heartbeat",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp-charger\/heartbeat"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"charger_id\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Handle OCPP Status Notification",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp-charger\/status-notification",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp-charger\/status-notification"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"charger_id\":\"consequatur\",\"connector_id\":17,\"status\":\"Available\",\"error_code\":\"consequatur\",\"timestamp\":\"2026-05-27T07:22:38\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Handle OCPP Start Transaction",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp-charger\/start-transaction",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp-charger\/start-transaction"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"charger_id\":\"consequatur\",\"connector_id\":17,\"id_tag\":\"consequatur\",\"meter_start\":17,\"timestamp\":\"2026-05-27T07:22:38\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Handle OCPP Stop Transaction",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp-charger\/stop-transaction",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp-charger\/stop-transaction"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"transaction_id\":\"consequatur\",\"meter_stop\":17,\"timestamp\":\"2026-05-27T07:22:38\",\"reason\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Handle OCPP Meter Values",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp-charger\/meter-values",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp-charger\/meter-values"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"charger_id\":\"consequatur\",\"connector_id\":17,\"meter_value\":[]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/chargers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/chargers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/chargers"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/chargers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/chargers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/chargers"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/chargers\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/chargers\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/chargers\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "CHR-3",
                                    "description": "The ID of the charger."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/chargers\/{id}\/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/chargers\/:id\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/chargers\/:id\/status",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "CHR-3",
                                    "description": "The ID of the charger."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/chargers\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/chargers\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/chargers\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "CHR-3",
                                    "description": "The ID of the charger."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/chargers\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/chargers\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/chargers\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "CHR-3",
                                    "description": "The ID of the charger."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/chargers\/hub\/{hubId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/chargers\/hub\/:hubId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/chargers\/hub\/:hubId",
                            "variable": [
                                {
                                    "id": "hubId",
                                    "key": "hubId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/chargers\/mapping",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/chargers\/mapping",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/chargers\/mapping"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/stations\/mobile - Get full station list for mobile app",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/stations\/mobile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/stations\/mobile"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/stations\/count - Get total stations count",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/stations\/count",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/stations\/count"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/stations - Get all stations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/stations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/stations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/api\/stations - Create new station",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/stations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/stations"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET \/api\/stations\/:id - Get specific station",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/stations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/stations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the station."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/stations\/:id\/details - Get all details for a station",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/stations\/:id\/details",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/stations\/:id\/details",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the station."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/stations\/:id\/chargers - Get all chargers for a station",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/stations\/:id\/chargers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/stations\/:id\/chargers",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the station."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT \/api\/stations\/:id - Update station",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/stations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/stations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the station."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE \/api\/stations\/:id - Delete station",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/stations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/stations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the station."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/connectors",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/connectors",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/connectors"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/connectors",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/connectors",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/connectors"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/connectors\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/connectors\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/connectors\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the connector."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/connectors\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/connectors\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/connectors\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the connector."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/connectors\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/connectors\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/connectors\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the connector."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/connectors\/charger\/{chargerId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/connectors\/charger\/:chargerId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/connectors\/charger\/:chargerId",
                            "variable": [
                                {
                                    "id": "chargerId",
                                    "key": "chargerId",
                                    "value": "CHR-3",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/connectors\/mapping",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/connectors\/mapping",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/connectors\/mapping"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/rfid - Get all RFID users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rfid",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rfid"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/api\/rfid - Create new RFID user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rfid",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rfid"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET \/api\/rfid\/:id - Get specific RFID user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rfid\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rfid\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the rfid."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT \/api\/rfid\/:id - Update RFID user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rfid\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rfid\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the rfid."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE \/api\/rfid\/:id - Delete RFID user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rfid\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rfid\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the rfid."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/clients - Get all clients",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/api\/clients - Create new client",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET \/api\/clients\/:id - Get specific client",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT \/api\/clients\/:id - Update client",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE \/api\/clients\/:id - Delete client",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET \/api\/tariffs - Get all tariffs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/tariffs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/tariffs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/api\/tariffs - Create new tariff",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/tariffs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/tariffs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET \/api\/tariffs\/:id - Get specific tariff",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/tariffs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/tariffs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the tariff."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT \/api\/tariffs\/:id - Update tariff",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/tariffs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/tariffs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the tariff."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE \/api\/tariffs\/:id - Delete tariff",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/tariffs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/tariffs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the tariff."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET \/api\/transactions - Get all transactions (basic and RFID sessions)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/transactions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/transactions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/transactions\/active - Get all active charging sessions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/transactions\/active",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/transactions\/active"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/transactions\/stats - Get transaction statistics",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/transactions\/stats",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/transactions\/stats"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/transactions\/charger\/:chargerId - Get transactions for a specific charger",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/transactions\/charger\/:chargerId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/transactions\/charger\/:chargerId",
                            "variable": [
                                {
                                    "id": "chargerId",
                                    "key": "chargerId",
                                    "value": "CHR-3",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/transactions\/:id - Get specific transaction",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/transactions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/transactions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "23",
                                    "description": "The ID of the transaction."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/transactions\/rfid\/:id - Get specific RFID session",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/transactions\/rfid\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/transactions\/rfid\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the rfid."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/payments - Get all payments with required details",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/payments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/payments"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/payments\/{id} - Get specific payment details",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/payments\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/payments\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the payment."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT \/api\/payments\/{id} - Update payment information",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/payments\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/payments\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the payment."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET \/api\/dashboard - Get dashboard statistics",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dashboard",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dashboard"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/dashboard\/summary - Enhanced dashboard summary",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dashboard\/summary",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dashboard\/summary"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/dashboard\/revenue-trend - Revenue trend data for charts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dashboard\/revenue-trend",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dashboard\/revenue-trend"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/dashboard\/energy-by-station - Energy consumption by station",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dashboard\/energy-by-station",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dashboard\/energy-by-station"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/dashboard\/recent-sessions - Recent charging sessions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dashboard\/recent-sessions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dashboard\/recent-sessions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/dashboard\/stats - Comprehensive dashboard statistics",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dashboard\/stats",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dashboard\/stats"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/wallet",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/wallet",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/wallet"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/wallet\/recharge",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/wallet\/recharge",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/wallet\/recharge"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount\":21,\"description\":\"Dolorum amet iste laborum eius est dolor.\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/wallet\/transactions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/wallet\/transactions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/wallet\/transactions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"limit\":21,\"type\":\"debit\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/wallet\/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/wallet\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/wallet\/status"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"suspended\",\"credit_limit\":21}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/sessions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sessions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sessions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"interrupted\",\"limit\":21}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/sessions\/active",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sessions\/active",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sessions\/active"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/sessions\/statistics",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sessions\/statistics",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sessions\/statistics"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/sessions\/history",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sessions\/history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sessions\/history"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-27T07:22:39\",\"end_date\":\"2107-06-25\",\"limit\":13}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/sessions\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sessions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sessions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the session."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/sessions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sessions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sessions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"charger_id\":\"consequatur\",\"connector_id\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/sessions\/{id}\/end",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sessions\/:id\/end",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sessions\/:id\/end",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the session."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"energy_consumed\":73,\"cost\":45,\"stop_reason\":\"qeopfuudtdsufvyvddqam\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/hubs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hubs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hubs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/hubs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hubs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hubs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/hubs\/mapping",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hubs\/mapping",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hubs\/mapping"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/hubs\/client\/{clientId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hubs\/client\/:clientId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hubs\/client\/:clientId",
                            "variable": [
                                {
                                    "id": "clientId",
                                    "key": "clientId",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/hubs\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hubs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hubs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the hub."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/hubs\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hubs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hubs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the hub."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/hubs\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hubs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hubs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the hub."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/hubs\/{hubId}\/users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hubs\/:hubId\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hubs\/:hubId\/users",
                            "variable": [
                                {
                                    "id": "hubId",
                                    "key": "hubId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/hubs\/{hubId}\/users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hubs\/:hubId\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hubs\/:hubId\/users",
                            "variable": [
                                {
                                    "id": "hubId",
                                    "key": "hubId",
                                    "value": "consequatur",
                                    "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\/hubs\/{hubId}\/users\/{userId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hubs\/:hubId\/users\/:userId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hubs\/:hubId\/users\/:userId",
                            "variable": [
                                {
                                    "id": "hubId",
                                    "key": "hubId",
                                    "value": "consequatur",
                                    "description": ""
                                },
                                {
                                    "id": "userId",
                                    "key": "userId",
                                    "value": "1",
                                    "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\/hubs\/{hubId}\/transactions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hubs\/:hubId\/transactions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hubs\/:hubId\/transactions",
                            "variable": [
                                {
                                    "id": "hubId",
                                    "key": "hubId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/hubs\/{hubId}\/charger-operations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hubs\/:hubId\/charger-operations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hubs\/:hubId\/charger-operations",
                            "variable": [
                                {
                                    "id": "hubId",
                                    "key": "hubId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/api\/ocpp\/remote-start\/:chargerId - Send RemoteStartTransaction",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp\/remote-start\/:chargerId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp\/remote-start\/:chargerId",
                            "variable": [
                                {
                                    "id": "chargerId",
                                    "key": "chargerId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/ocpp\/remote-stop\/:chargerId - Send RemoteStopTransaction",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp\/remote-stop\/:chargerId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp\/remote-stop\/:chargerId",
                            "variable": [
                                {
                                    "id": "chargerId",
                                    "key": "chargerId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/ocpp\/reset\/:chargerId - Send Reset command",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp\/reset\/:chargerId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp\/reset\/:chargerId",
                            "variable": [
                                {
                                    "id": "chargerId",
                                    "key": "chargerId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/ocpp\/unlock-connector\/:chargerId - Send UnlockConnector",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp\/unlock-connector\/:chargerId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp\/unlock-connector\/:chargerId",
                            "variable": [
                                {
                                    "id": "chargerId",
                                    "key": "chargerId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET \/api\/ocpp\/logs\/:chargerId - Get OCPP logs for a charger",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp\/logs\/:chargerId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp\/logs\/:chargerId",
                            "variable": [
                                {
                                    "id": "chargerId",
                                    "key": "chargerId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/ocpp\/logs - Get all OCPP logs with pagination",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp\/logs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp\/logs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/ocpp\/stats - Get OCPP statistics",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp\/stats",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp\/stats"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/ocpp\/log\/:id - Get single OCPP log detail",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp\/log\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp\/log\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the log."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/api\/ocpp\/register-mock - Register a charger with mock connection for testing",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp\/register-mock",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp\/register-mock"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/ocpp-v2\/start-charging",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp-v2\/start-charging",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp-v2\/start-charging"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"charger_id\":\"consequatur\",\"connector_id\":17,\"idTag\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/ocpp-v2\/stop-charging",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp-v2\/stop-charging",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp-v2\/stop-charging"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"charger_id\":\"consequatur\",\"transaction_id\":17}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/ocpp-v2\/charger-status\/{chargerId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp-v2\/charger-status\/:chargerId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp-v2\/charger-status\/:chargerId",
                            "variable": [
                                {
                                    "id": "chargerId",
                                    "key": "chargerId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/ocpp-v2\/transaction-history",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp-v2\/transaction-history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp-v2\/transaction-history"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"charger_id\":17,\"status\":\"cancelled\",\"from\":\"2026-05-27T07:22:40\",\"to\":\"2107-06-25\",\"limit\":13}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/ocpp-v2\/meter-values",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp-v2\/meter-values",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp-v2\/meter-values"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"charger_id\":17,\"transaction_id\":17,\"from\":\"2026-05-27T07:22:40\",\"to\":\"2107-06-25\",\"limit\":13}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/ocpp-v2\/connected-chargers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp-v2\/connected-chargers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp-v2\/connected-chargers"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/ocpp-v2\/active-transactions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp-v2\/active-transactions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp-v2\/active-transactions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Sessions Report - Analyze charger usage patterns, user behavior, and operational efficiency",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/reports\/sessions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/reports\/sessions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-27T07:22:40\",\"end_date\":\"2107-06-25\",\"status\":\"interrupted\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Export Sessions Report - Download CSV file of sessions data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/reports\/sessions\/export",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/reports\/sessions\/export"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-27T07:22:40\",\"end_date\":\"2107-06-25\",\"status\":\"active\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Energy Report - Monitor total energy consumption across locations, hubs, and units",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/reports\/energy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/reports\/energy"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Revenue Report - Track revenue generation for business decisions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/reports\/revenue",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/reports\/revenue"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-27T07:22:40\",\"end_date\":\"2107-06-25\",\"group_by\":\"location\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Client & Location Reports - Advanced filtering and reporting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/reports\/client-location",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/reports\/client-location"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-27T07:22:40\",\"end_date\":\"2107-06-25\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Commission Reports - Profit, commissions applied, client earnings, platform revenue",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/reports\/commission",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/reports\/commission"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-27T07:22:40\",\"end_date\":\"2107-06-25\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get firmware version visibility across all devices",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/firmware\/versions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/firmware\/versions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"available\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get firmware version details for a specific charger",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/firmware\/versions\/:chargerId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/firmware\/versions\/:chargerId",
                            "variable": [
                                {
                                    "id": "chargerId",
                                    "key": "chargerId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Trigger firmware update for a specific charger",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/firmware\/update\/:chargerId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/firmware\/update\/:chargerId",
                            "variable": [
                                {
                                    "id": "chargerId",
                                    "key": "chargerId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"firmware_version\":\"consequatur\",\"firmware_url\":\"https:\\\/\\\/www.mueller.com\\\/laborum-eius-est-dolor-dolores-minus-voluptatem\",\"priority\":\"high\",\"retry_count\":4}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Trigger firmware update for multiple chargers (bulk update)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/firmware\/bulk-update",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/firmware\/bulk-update"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"firmware_version\":\"consequatur\",\"firmware_url\":\"https:\\\/\\\/www.mueller.com\\\/laborum-eius-est-dolor-dolores-minus-voluptatem\",\"priority\":\"high\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get firmware update status for a charger",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/firmware\/status\/:chargerId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/firmware\/status\/:chargerId",
                            "variable": [
                                {
                                    "id": "chargerId",
                                    "key": "chargerId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get chargers that need firmware updates (outdated versions)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/firmware\/outdated",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/firmware\/outdated"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"target_version\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get OCPP logs for a charger",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp-integration\/logs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp-integration\/logs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"charger_id\":\"consequatur\",\"start_date\":\"2026-05-27T07:22:40\",\"end_date\":\"2107-06-25\",\"message_type\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Send OCPP command to charger",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/ocpp-integration\/send-command",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/ocpp-integration\/send-command"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"charger_id\":\"consequatur\",\"command\":\"ChangeConfiguration\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get all commissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/commissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/commissions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create a new commission",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/commissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/commissions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"applied_to\":\"hub\",\"commission_type\":\"fixed\",\"commission_value\":73,\"is_active\":true,\"notes\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get commission summary statistics",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/commissions\/summary",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/commissions\/summary"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get commission history",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/commissions\/history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/commissions\/history"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-27T07:22:40\",\"end_date\":\"2107-06-25\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get commission for a specific client",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/commissions\/client\/:clientId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/commissions\/client\/:clientId",
                            "variable": [
                                {
                                    "id": "clientId",
                                    "key": "clientId",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get commission for a specific hub",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/commissions\/hub\/:hubId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/commissions\/hub\/:hubId",
                            "variable": [
                                {
                                    "id": "hubId",
                                    "key": "hubId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a specific commission",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/commissions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/commissions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the commission."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update an existing commission",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/commissions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/commissions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the commission."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"commission_type\":\"fixed\",\"commission_value\":73,\"is_active\":false,\"notes\":\"consequatur\",\"change_reason\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete a commission",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/commissions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/commissions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the commission."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Activate\/Deactivate commission",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/commissions\/:id\/toggle-status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/commissions\/:id\/toggle-status",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the commission."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"is_active\":false,\"change_reason\":\"consequatur\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get overall dashboard summary",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/business-dashboard\/summary",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/business-dashboard\/summary"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-27T07:22:40\",\"end_date\":\"2107-06-25\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get client-wise dashboard data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/business-dashboard\/clients",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/business-dashboard\/clients"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-27T07:22:40\",\"end_date\":\"2107-06-25\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get hub-wise dashboard data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/business-dashboard\/hubs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/business-dashboard\/hubs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-27T07:22:40\",\"end_date\":\"2107-06-25\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get detailed dashboard for a specific client",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/business-dashboard\/clients\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/business-dashboard\/clients\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-27T07:22:41\",\"end_date\":\"2107-06-25\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get detailed dashboard for a specific hub",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/business-dashboard\/hubs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/business-dashboard\/hubs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the hub."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-27T07:22:41\",\"end_date\":\"2107-06-25\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get top performing clients",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/business-dashboard\/top-clients",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/business-dashboard\/top-clients"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-27T07:22:41\",\"end_date\":\"2107-06-25\",\"limit\":13}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get top performing hubs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/business-dashboard\/top-hubs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/business-dashboard\/top-hubs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-27T07:22:41\",\"end_date\":\"2107-06-25\",\"limit\":13}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/complaints",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/complaints",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/complaints"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/complaints",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/complaints",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/complaints"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"subject\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/complaints\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/complaints\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/complaints\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the complaint."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"success\":false,\"error\":\"Access token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "API: Get all charger configurations with details",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/charger-configurations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/charger-configurations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "API: Get manufacturers for admin dropdown",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/charger-configurations\/manufacturers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/charger-configurations\/manufacturers"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "API: Get models by manufacturer for admin dropdown",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/charger-configurations\/models",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/charger-configurations\/models"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "API: Get connector types for admin dropdown",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/charger-configurations\/connector-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/charger-configurations\/connector-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "API: Get current types for admin dropdown",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/charger-configurations\/current-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/charger-configurations\/current-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "API: Get single charger configuration details",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/charger-configurations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/charger-configurations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the charger configuration."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "API: Delete charger configuration",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/charger-configurations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/charger-configurations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the charger configuration."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/wallet\/deduct",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/wallet\/deduct",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/wallet\/deduct"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount\":73,\"description\":\"Dolorum amet iste laborum eius est dolor.\",\"reference_type\":\"dtdsufvyvddqamniihfqc\",\"reference_id\":17}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "noauth"
    }
}