{
    "api_name": "E-Transport ApiV1",
    "enpoints": {
        "moyen_de_transports": {
            "method": "GET",
            "endpoint": "\/api\/v1\/moyen_de_transport",
            "allowed_url_params": [
                "plaque",
                "code_unique",
                "num_taxi"
            ],
            "allowed_header": "Authorization"
        }
    }
}