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