$.ajax({
        type: 'POST',
        url: "/decks/"+deck_id+"/cards/"+card_id,
        data: {_method: 'PUT', card: {bin: 'bin'}}
      });