export async function upload(
  tc: Provider,
  params: { [key: string]: any }
): Promise<any> {
  return await new Promise((resolve, reject) => {