Is there any ways to create an excel sheet from the response of a loopback API?
Here is the sample response body
{
"status": "OK",
"testSuite": {
"name": "testsuite2",
"id": 8,
"userId": 3
},
"testCase": [
{
"id": 15,
"testCaseId": 1
},
{
"id": 16,
"testCaseId": 4
}
]
}