curl --request POST \
--url https://{subdomain}.nudj.cx/api/v2/admin/leaderboards/default \
--header 'Content-Type: application/json' \
--header 'x-api-token: <api-key>' \
--data '
{
"communityId": "<string>"
}
'123Create default leaderboard configs
curl --request POST \
--url https://{subdomain}.nudj.cx/api/v2/admin/leaderboards/default \
--header 'Content-Type: application/json' \
--header 'x-api-token: <api-key>' \
--data '
{
"communityId": "<string>"
}
'123Was this page helpful?