ApiMedals
List medals
List medals for user or globally
curl -X GET "https://www.open-isle.com/api/medals?userId=0"
[
{
"icon": "string",
"title": "string",
"description": "string",
"type": "COMMENT",
"completed": true,
"selected": true
}
]