curl --location --request POST 'https://leaderboards.srblabs.io/api/leaderboards/byDisplayId///entries' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"username": "string",
"score": 0,
"metadata": null
}'