#!/bin/bash cat >bl.wl << EOF and the of in on at a an to that is EOF curl -F "corpname=preloaded/bnc2_tt21" \ -F "wlsort=f" \ -F "wlattr=word" \ -F "format=json" \ -F "api_key=" \ -F "username=" \ -H "Content-Type: multipart/form-data" \ -F "wlblacklist=@bl.wl" \ "https://api.sketchengine.co.uk/corpus/wordlist" > result.json cat result.json