Resolution
According with the documentation https://wiki.jenkins.io/display/JENKINS/Parameterized+Build
A build can be started just by POSTing to
https://server/job/myjob/buildWithParameters?PARAMETER=Value
So, you can also just launch https://server/job/myjob/buildWithParameters
. In this case, the default values are used.