The following works:
curl --data ''http://localhost:49301/api/donut/run?Task=bake
The parameter "--data ''" seems to be important so curl does a POST and not a GET.
The following works:
curl --data ''http://localhost:49301/api/donut/run?Task=bake
The parameter "--data ''" seems to be important so curl does a POST and not a GET.