Question 20
Consider the following Flask RESTful API code.
Assume that the Flask app is running at http://127.0.0.1:5000. The client sends the below CURL request in the git bash terminal.
What will be the response?
{"n": None}
Runtime error
400 Bad Request
{ }