curl --location --request PUT 'https://leaderboards.srblabs.io/api/leaderboards//score-aggregation' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "expression",
"expression": "string",
"conditions": [
{
"if": "string",
"then": "string"
}
],
"default": "string",
"debug": true,
"metadata": {
"storeHistory": true,
"fields": {}
},
"engine": "standard"
}'