curl --location --request PUT 'https://api.lootlocker.io/server/leaderboards/12' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"name": "Test Leaderboard 132",
"direction_method": "ascending"
}'
{
"created_at": "string",
"updated_at": "string",
"key": "string",
"direction_method": "string",
"name": "string",
"type": "string",
"id": 0,
"game_id": 0,
"enable_game_api_writes": true,
"overwrite_score_on_submit": true,
"has_metadata": true
}