Authentication APIs
APIs related to the authentication mechanism
Operations
                            
                    
                            GET                        
                        
                                Get Current Session                            
                                                            
                                    Returns information about the current session, if any.                                
                                                    
                            POST                        
                        
                                Login                            
                                                            
                                    Logs in and returns the session ID. Include 'x-dr-session' header with the value of the returned session ID in subsequent requests.                                
                                                    
                            DELETE                        
                        
                                Logout                            
                                                            
                                    Logs out if the session is authenticated.