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