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