Rest API - Request and Response Format
Given this error response JSON:
What HTTP status code should the API return?
{"error": {"code": 401, "message": "Unauthorized"}}What HTTP status code should the API return?
