getCosToken method
Implementation
Future<TGetCosTokenResult?> getCosToken(TGetCosTokenParam params) =>
HttpClient.post<TGetCosTokenResult, TGetCosTokenParam>(
body: params,
api: '/v1/document/getCosToken',
fromJson: TGetCosTokenResult.fromJson);