create
Developing
POST
http://localhost:1337/api/transport/busdrivers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:1337/api/transport/busdrivers' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "vamshi reddy",
"license_number": "7418529630",
"phone": "07418529631",
"address": "kadapa"
}'
Response Response Example
{}
Request
Body Params application/json