export async function api<TResult = any>(
  action: string,
  config: TencentcloudConfig,
  payload: {
    [key: string]: any