curl --location --request POST 'https://api.lootlocker.io/server/leaderboards//schedule' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"cron_expression": "@daily"
}'
{
"next_run": "2024-02-25T04:05:00Z",
"schedule": [
"2024-02-25T04:05:00Z",
"2024-03-03T04:05:00Z",
"2024-03-10T04:05:00Z",
"2024-03-17T04:05:00Z",
"2024-03-24T04:05:00Z"
]
}