Kimlik Doğrulama (Authentication)
Bu klasördeki endpoint'ler API erişimi için token yönetimini sağlar.
📋 Endpoint Listesi
| Dosya | Method | URL | Açıklama |
|---|---|---|---|
| login.md | POST | /oauth2/token | Password grant ile token al |
| refresh-token.md | POST | /oauth2/token | Refresh token ile yeni access token al |