curl --location 'http://localhost:1337/api/transport/vehicles' \ --header 'Content-Type: application/json' \ --data '{ "vehicle_number": "ts 09 ed 2587", "vehicle_type": "Bus", "capacity": 140, "amount": "2500" }'
{}