The user should be able to save an unfinished form as a draft.
This functionality already exist in the backend but the api endpoints need work.
When a form is saved as a draft it uses the endpoint https://chemdec-dev.azurewebsites.net/api/shipment/offshore/change
Which is the same endpoint that is used to update an existing form.
Need a separate endpoint or a flag to set in the https://chemdec-dev.azurewebsites.net/api/shipment/offshore/submit endpoint.