Authorization: Bearer ********************
curl --location --request GET '/api/PlayerSkills/?language' \
--header 'Authorization: Bearer <token>'
[
{
"name": "string",
"localizationName": "string",
"localizationDesc": "string",
"level": 0,
"minLevel": 0,
"maxLevel": 0,
"costForNextLevel": 0,
"icon": "string",
"type": "string",
"children": [
{}
]
}
]