| Route | Methods | Description | Required | Authentication |
|---|---|---|---|---|
| /api/auth/login | POST | Url to login and get Token access | ✔️ Email ✔️ Password |
❌ |
| /api/auth/user | POST | Create new User | ✔️ Username ✔️ Password |
❌ |
| Route | Methods | Description | Required | Authentication |
|---|---|---|---|---|
| /api/user | GET | Url to login and get Token access | ✔️ | |
| /api/user/filter | GET | Create new User | ✔️ | |
| /api/user/_id | GET | ✔️ | ||
| /api/user/ | DELETE | ✔️ |