Future<Map<String, dynamic>> checkout(Map<String, dynamic> data) => _client._request('POST', '/billing/checkout', body: data, useApiBase: true);