pub async fn make_request(
    req_parts: &RequestParts,
    req_body: Body
) -> Result<RpcRequest<GenericRpcMethod<String, Map<String, Value>>>, RpcError>