{ "success": { "status_code": 200, "body": { "message": "Success", "data": {} } }, "error": { "status_code": 400, "body": { "error": "Bad Request", "details": {} } }, "not_found": { "status_code": 404, "body": { "error": "Not Found" } } }