Update AdminController.createLeaderboard to accept two new items:

These values should be saved to the database. (This will likely require you to update the database call to LeaderboardRepository.addNewLeaderboard)

The frontend file NewLeaderboardFormBody.tsx should be updated to include these two new fields.

AC: