curl --location 'http://localhost:1337//api/transport/trips' \ --header 'Content-Type: application/json' \ --data '{ "trip_name": "kompally", "departure_time": "00:30:00.000", "arrival_time": "00:45:00.000" }'
{}