Future<Map<String, dynamic>> render(Map<String, dynamic> data) => _client._request('POST', '/templates/render', body: data);