[ { "path": "/api/v1/student", "method": "POST", "body": { "name": "Kalam", "age": 45 }, "success": 200, "error": 503 }, { "path": "/api/v1/student/:ip", "method": "POST", "body": { "name": "Kalam", "age": 45,"aa":4343 }, "success": 200, "error": 503 }, { "path": "/api/v1/:student/:ip", "method": "POST", "body": { "name": "Kalam", "age": 45,"aa":4343 }, "success": 200, "error": 503 }, { "path": "/api/v1/class/:classid", "method": "GET", "body": { "name": "Kalam", "age": 45,"aa":4343 }, "success": 200, "error": 503 }, { "path": "/api/v1/org/:orgID", "method": "GET", "body": { "name": "Kalam", "age": 45 }, "success": 200, "error": 503 }, { "path": "/api/v1/doc/:orgID", "method": "PUT", "body": { "name": "Kalam", "age": 45 }, "success": 200, "error": 503 }, { "path": "/api/v2/doc/:orgID", "method": "PUT", "body": { "name": "Kalam", "age": 45 }, "success": 200, "error": 503 } ]