Download OpenAPI specification:Download
name | string Name of the car |
model | string Model of the car |
price | string Reserve fare |
description | string Description of the car |
photo | string Car photo URL |
{- "name": "string",
- "model": "string",
- "price": 0,
- "description": "string",
- "photo": "string"
}