pub fn create_tag<T: Transport>( client: &ApiClient<T>, name: String, color: String, inbox: bool, ) -> Result<Value, AppError>