Add Driver
POST/drivers
This endpoint creates a driver with status Active
Request
Responses
- 200
- 401
- 403
- 422
- 500
Driver created successfully
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
Validation failed for the input parameters.
Internal server error.