Domain: https://akademia17-employee-helper.herokuapp.com/api/v1
1. Register:
- endpoint: /auth/register
- method: POST
- params: username, password
2. Login:
- endpoint: /auth/login
- method: POST
- params: username, password, api_key
1. Generate new employee id
- endpoint: /employee/:id
- method: GET
2. Generate new verification pin:
- endpoint: /code
- method: GET
1. Header: Authorization: Bearer <token>
2. Request body: token: <token>
3. Query string: <domain>/<endpoint>?token=<token>