macro_rules! response_json {
($body:expr) => { ... };
($body:expr, $status_code:expr) => { ... };
($body:expr, $status_code:expr, $headers:expr) => { ... };
() => { ... };
}macro_rules! response_json {
($body:expr) => { ... };
($body:expr, $status_code:expr) => { ... };
($body:expr, $status_code:expr, $headers:expr) => { ... };
() => { ... };
}