Introduction to KonciliGetting StartedDevelopment GuideAuthenticationAccess Token GenerationAccess Token Generation POST /public/api/auth/token Authenticates the user using Base64-encoded credentials and returns access and refresh tokens. Credential format: Base64(email + ":" + password) Request Responses200Authentication successful