Auth
                            4
                        
                    
                    
                        
                        
                            
                                
                                
                                
                                    
                                    
                                        
                                            Body
{
                                                "name": "peter",
                                                "email": "peter@gmail.com",
                                                "password": "secret"
                                                }
                                            
                                         
                                     
                                 
                                
                                    
                                    
                                        
                                            Body
{
                                                "email": "jhon@gmail.com",
                                                "password": "secret"
                                                }
                                            
                                         
                                     
                                 
                             
                         
                     
                 
                
                    
                        
User
                            5
                        
                    
                    
                        
                        
                            
                                
                                
                                
                                    
                                    
                                        
                                            Body
{
                                                "name": "jhon",
                                                "email": "jhon@gmail.com"
                                                }
                                            
                                         
                                     
                                 
                                
                                    
                                    
                                        
                                            Body
{
                                                "oldPassword": "secret",
                                                "newPassword": "secret123"
                                                }
                                            
                                         
                                     
                                 
                                
                             
                         
                     
                 
                
                    
                        
Product
                            7
                        
                    
                    
                        
                        
                            
                                
                                
                                
                                
                                
                                    
                                    
                                        
                                            Body
{
                                                "name": "accent chair",
                                                "description": "Some description2",
                                                "price": 2599,
                                                "category": "office",
                                                "company": "ikea"
                                                }
                                            
                                         
                                     
                                 
                                
                                    
                                    
                                        
                                            Body
                                            
                                                
                                                    
                                                        | Key | Value | Description | 
                                                    
                                                        | image |  |  | 
                                         
                                     
                                 
                                
                                    
                                    
                                        
                                            Body
{
                                                "name": "new testing product"
                                                }
                                            
                                         
                                     
                                 
                             
                         
                     
                 
                
                    
                        
Review
                            5
                        
                    
                    
                        
                        
                            
                                
                                    
                                    
                                        
                                            Body
{
                                                "product": "64afc1efea4de737ca249e46",
                                                "rating": 1,
                                                "title": "Very bad product",
                                                "comment": "very bad product"
                                                }
                                            
                                         
                                     
                                 
                                
                                    
                                    
                                        
                                            Body
{
                                                "rating": 5,
                                                "title": "a good product",
                                                "comment": "a good product by peter"
                                                }
                                            
                                         
                                     
                                 
                                
                                
                                
                             
                         
                     
                 
                
                    
                        
Order
                            5
                        
                    
                    
                        
                        
                            
                                
                                
                                
                                
                                    
                                    
                                        
                                            Body
{
                                                "tax": 499,
                                                "shippingFee": 799,
                                                "items": [
                                                {
                                                "name": "bed",
                                                "price": 2699,
                                                "image":
                                                "https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160",
                                                "amount": 3,
                                                "product": "6126ad3424d2bd09165a68c7"
                                                },
                                                {
                                                "name": "chair",
                                                "price": 2999,
                                                "image":
                                                "https://dl.airtable.com/.attachmentThumbnails/e8bc3791196535af65f40e36993b9e1f/438bd160",
                                                "amount": 2,
                                                "product": "6126ad3424d2bd09165a68c4"
                                                }
                                                ]
                                                }
                                            
                                         
                                     
                                 
                                
                                    
                                    
                                        
                                            Body
{
                                                "paymentIntentId": "someRandomId"
                                                }