Auth APIAuthentication, user management, and API key operations.POST/api/v1/auth/loginAuthenticate and get access token.POST/api/v1/auth/registerRegister a new user account.POST/api/v1/auth/refreshRefresh an access token.GET/api/v1/auth/meGet current user profile.POST/api/v1/auth/api-keysGenerate a new API key.GET/api/v1/auth/api-keysList your API keys.DELETE/api/v1/auth/api-keys/:idRevoke an API key.PreviousBilling APINextAdmin API