[
    {
        "id": 1,
        "name": "Engine",
        "description": "Issues related to the vehicle's engine."
    },
    {
        "id": 2,
        "name": "Transmission",
        "description": "Problems with the vehicle's transmission system."
    },
    {
        "id": 3,
        "name": "Electrical",
        "description": "Issues related to the vehicle's electrical system."
    },
    {
        "id": 4,
        "name": "Brakes",
        "description": "Problems with the vehicle's braking system."
    },
    {
        "id": 5,
        "name": "Tires and Wheels",
        "description": "Issues concerning the vehicle's tires and wheels."
    },
    {
        "id": 6,
        "name": "Suspension",
        "description": "Suspension-related problems."
    },
    {
        "id": 7,
        "name": "Steering",
        "description": "Issues with the vehicle's steering system."
    },
    {
        "id": 8,
        "name": "Exhaust",
        "description": "Problems with the vehicle's exhaust system."
    },
    {
        "id": 9,
        "name": "Fuel System",
        "description": "Issues related to the vehicle's fuel system."
    },
    {
        "id": 10,
        "name": "Cooling System",
        "description": "Problems with the vehicle's cooling system."
    },
    {
        "id": 11,
        "name": "Interior",
        "description": "Issues related to the vehicle's interior."
    },
    {
        "id": 12,
        "name": "Exterior",
        "description": "Exterior-related issues."
    },
    {
        "id": 13,
        "name": "Safety",
        "description": "Safety-related issues."
    },
    {
        "id": 14,
        "name": "General Maintenance",
        "description": "Routine maintenance tasks or issues."
    },
    {
        "id": 15,
        "name": "Other",
        "description": "Issues that don't fit into specific categories."
    }
]