pub fn serialize_to_form_params<T: Serialize>( data: &T, ) -> Result<HashMap<String, String>, ReqwestBuilderError>
Convert a serializable type to form parameters with proper error handling