Documentation
1
2
3
4
5
6
use serde_json::Value;

pub struct Response {
    pub status: String,
    pub body: Value,
}