Create a new employee
POST/employees
Creates a new employee record with the provided data including name, email, and commission percentage.
Request
Responses
- 201
- 401
- 403
- 422
- 500
Employee created successfully
Unauthenticated
Forbidden - Missing permission: create employees
Validation error
Internal server error