{"message":"Vehicle Route Tracking API with Authentication","version":"2.0.0","endpoints":{"register":"POST /api/auth/register","login":"POST /api/auth/login","me":"GET /api/auth/me","upload_route":"POST /api/routes/upload","get_route":"GET /api/routes/{route_id}","get_route_stats":"GET /api/routes/{route_id}/stats","get_vehicle_routes":"GET /api/routes/vehicle/{vehicle_identifier}","create_vehicle":"POST /api/vehicles/","list_vehicles":"GET /api/vehicles/","get_vehicle":"GET /api/vehicles/{vehicle_identifier}"},"note":"Most endpoints require authentication. Get token from /api/auth/login"}