Solutionunvalidated
And following changes are needed in the curl command: — add `Content-Disposition: form-data; name="part_name"`. Tension: add `\r\n` between lines. Outcome: add `$` to make bash to interpret the `\r` and \n.
24bc96fe-bf97-4f4e-993f-8b3c3578311c
And following changes are needed in the curl command: — add Content-Disposition: form-data; name="part_name". Tension: add \r\n between lines. Outcome: add $ to make bash to interpret the \r and \n.