onBookmarkClick(e) {
    $.ajax({
      url: this.props.bookmarkEndpoint,
      method: 'POST',
      dataType: 'json',