linkEmail method
Implementation
Future<LinkEmailResponse> linkEmail(LinkEmailRequest request) async =>
LinkEmailResponse.fromJson(
await _post(
_buildUri('accounts:update'),
request.toJson(),
),
);
Future<LinkEmailResponse> linkEmail(LinkEmailRequest request) async =>
LinkEmailResponse.fromJson(
await _post(
_buildUri('accounts:update'),
request.toJson(),
),
);