Rest API - API Documentation
Look at this example request and response pair:
Request: POST /api/login HTTP/1.1\nHost: example.com\nContent-Type: application/json\n\n{"username": "user", "password": "pass"}Response: 404 Not Found
What is the most likely error in the example?
