curl --location --request GET 'http://localhost:4002/rest/v1/feedback?limit=20&offset=0' \
--header 'X-Nexus-Key: '{
"info": {
"count": 0,
"pages": 0,
"current": 0,
"next": "string",
"prev": "string"
},
"data": [
{
"id": "string",
"name": "string",
"email": "user@example.com",
"message": "string",
"type": "POSITIVE",
"status": "PENDING",
"priority": "LOW",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
}