0 votes
In Exercise 2, question 2a, I provided my answer in JSON format with correct inputs, but it was still marked incorrect.

(just a repost to keep the exercises separate)
in ex02 by (2.3k points)
edit history

1 Answer

0 votes
Hi,

there are two problems with your solution.

First, the task asks you to "Provide the request body you entered to bypass the restrictions".
We tested your solution by sending it to the API with the correct Content-Type (for JSON) and Length.
However, this did not work.
Please make sure that your solutions work on the real endpoints that we provide.

Second, the JSON string you provided is not a correctly formatted JSON string (the keys need to be strings).

Cheers
Sebastian
by (1.2k points)
edit history