packagepwc.taxtech.atms.controller;importorg.springframework.http.MediaType;importorg.springframework.web.bind.annotation.RequestMapping;importorg.springframework.web.bind.annotation.RequestMethod;importorg.springframework.web.bind.annotation.RestController;@RestController@RequestMapping("/api/v1/tempStorage/")publicclassTempStorageController{//TODO: only for index running ,should be query from db (neo)