Rest API - Error Handling
Given this error response JSON:
What HTTP status code should the server send along with this response?
{"error": {"code": 401, "message": "Unauthorized"}}What HTTP status code should the server send along with this response?
