Rest API - Request and Response Format
Given this response envelope JSON:
What should a client do when it receives this response?
{"status": "error", "message": "Invalid ID", "data": null}What should a client do when it receives this response?
