I would like to use the download tool to connect to the API via POST and retrieve data, but the result is an error (HTTP/1.1 403 Forbidden). If I try the same settings with Excel VBA, it will succeed. Are there any issues specific to Alteryx?
<My Settings> *API key omitted.
url,apiKey,query,Content-Type,Accept
"https://www.mlit-data.jp/api/v1/","API-key","{""query"": ""{ municipalities { code name } }""}","application/json","application/json"