I would like to run the equivalent of
$ curl --data-binary @body.bin --output response.bin --header "Content-Type: application/ocsp-request"
I have looked at using a setup script:

But that gives this error:

I’m not interested in the precise contents of the response body, as long as has a 200 response code.
