x-api-key: ********************curl --location --request GET 'https://testserver.loyi.io/public/api/quest//participants?pageIndex=&pageSize=&id=&desc=' \
--header 'Origin: <WHITELISTED_URL>' \
--header 'x-api-key: <api-key>'{
"data": [
{
"username": "testuser",
"email": "4JqgK@example.com",
"progress": 0,
"steps": 10,
"status": "Started",
"startedAt": "2022-01-01T00:00:00.000Z"
}
],
"total": 15
}