REST Responses

All REST responses have the following basic JSON structure:

{
            "status":    "success" ||
            "object-specific error" ||
            "not found error" ...
            "payload":    null || <resource specific>
}