Izenda Sample Service Steps To Start The Service ● Extract the Izenda_Sample_service.zip ● Open the folder. ● Start the service by command:-java -jar Izenda_Service.jar --IZENDA_BACKEND_URI=http://192.168.15.48:9092/api ● The service run on port 61911 ● JDK11 -> requirement Postman Requests UserService (Getting a token used by other apis) ● http://localhost:61911/izenda/v1/user/login ● Body(JSON) ○ { ○ "tenantId" : null , ○ "type" : 0 ○ } ○ ReportService (Get List of reports) ● http://localhost:61911/izenda/v1/report/list ● Body ○ { ○ "tenantId" : null , ○ "type" : 0 ○ } ● Headers ○ Access_token -> token from above api