How to Save form variables without completing the user task in camunda

In User Task, we will see two button save and complete in the form.

Complete or Submit-Form will save the form variables and moves to the next workflow accordingly.

But, How can I save data (only form variables) (i.e., save button) not using Camunda REST APIs , but using only html form in user task?

Please suggest