📄️ Admin login
Authenticates an administrative user by validating the provided username and password. Upon successful authentication, a pair of JSON Web Tokens (JWT) — access and refresh — are issued, along with basic user details. These tokens are required for accessing protected endpoints within the system.
📄️ Refresh access token
Allows clients to obtain a new access token using a previously issued refresh token. This mechanism supports session continuation without requiring the user to re-authenticate.