curl --location --request POST 'http://localhost:1337/api/transport/busroutes' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "Route B" }'
{}