pub fn to_json<T>(value: &T) -> WebullResult<String>where T: Serialize,
Convert a struct to a JSON string.