Level 1: API with Authentication

Task: Call the API endpoint with proper authentication.

The API endpoint is: /api/data

You must include your email and secret as query parameters:

The API will return a JSON object with a list of numbers.

Question: What is the sum of all numbers in the "values" array?

Submission

Post your JSON answer to: /submit/1

{
  "email": "<YOUR_EMAIL>",
  "secret": "<YOUR_SECRET>",
  "url": "<THIS_PAGE_URL>",
  "answer": <YOUR_ANSWER>
}