Hi,
I have a similar problem and I am running on KNIME 4.4. My curl is as following but how to put it into GET request node and have token authorization properly setup?
curl --location --request GET ‘http://websiteabcdefg-env-3.eba-h99gmigd.us-east-1.webrequest.com/api/v1/segments/top-asins?parent_segment_id=32&source_id=0&start_price=100&end_price=200&num_asins=7 ’
–header ‘Authorization: token abcdefghijklmnopqretuvwxyz’
Can somebody please help