curl --location -g --request GET 'api/v1/rewards/user/{{user-key}}/levels' \
--header 'x-api-key: {{api-key}}'[
{
"name": "string",
"description": "string",
"level": 0,
"levelName": "string",
"totalExperiencePoints": 0,
"experiencePointsNeededToLevelUp": 0,
"levelProgressPercentage": "string",
"iconUrl": "string"
}
]