create
Developing
POST
http://localhost:1337/api/transport/busroutes
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:1337/api/transport/busroutes' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Route B"
}'
Response Response Example
{}
Request
Body Params application/json