Just wondering how you want to handle the --location flag. With cURL, it means "follow any redirects" but the Laravel Http client does this by default.
My thinking is to just silently accept and discard it so that it doesn't throw an error like this:

Thoughts? I'm happy to add this "feature" if you're ok with the idea of just ignoring it.