Nice work on this feature! Just a thought some builders have an “import curl” option then when I paste the curl in the fields are setup.
Then when API docs give me this:
curl https://api.tinify.com/output/2xnsp7jn34e5 \
--user api:YOUR_API_KEY \
--header "Content-Type: application/json" \
--data '{ "resize": { "method": "fit", "width": 150, "height": 100 } }' \
--dump-header /dev/stdout --silent \
--output thumbnail.jpg
I can just paste that in.
Thanks again
