pub fn json_to_insert_data(json: Value) -> Result<HashMap<String, Value>>
Converts an incoming serde_json::Value (from a request body) into the HashMap<String, Value> that our insert_map function expects.
serde_json::Value
HashMap<String, Value>
insert_map