I had some customization on Shipping page of checkout, and all of the logic handling was done from my js file. From that js file, I want to send some data off back to my controller for further handling when user press the Next button. I don't know on which event should I fire my request, so by which way should I do this?