pub fn to_string<T: Serialize>(request: &T) -> String
Serializes a request to string. Panics if the type returns error during serialization.