Coding Test - REST API Create following REST APIs to maintain a folder tree structure in database. APIs will provide following functionalities: • Add a Folder (as parent or sub-folder) • Add a Test Case into a Folder • Supply a folder id and retrieve back a list of Test Cases found inside that folder • Delete Test Case