Task: Call the API endpoint with proper authentication.
The API endpoint is: /api/data
You must include your email and secret as query parameters:
email - Your email addresssecret - Your secret keyThe API will return a JSON object with a list of numbers.
Question: What is the sum of all numbers in the "values" array?
Post your JSON answer to: /submit/1
{
"email": "<YOUR_EMAIL>",
"secret": "<YOUR_SECRET>",
"url": "<THIS_PAGE_URL>",
"answer": <YOUR_ANSWER>
}