tl;dr: api-key
needs to be apiKey
?
I followed the instruction below:
In the API Key
section, there’s a code saying:
--header 'api-key: <User or Server API Key>' \
but this causes an error: "error":"no authentication methods were specified"
I modified it slightly with some guessing, like:
--header 'apiKey: <User or Server API Key>' \
And I got the correct response. Please check if it is correct.