Validation error: message: Bad Request while trying to generate upload presigned URI
Following the straightforward instructions in the Getting Started page. I successfully generated a bearer token. Now when I try to generate the upload pre-signed URI, like this:
curl.exe --location -- request POST 'https://pdf-services.adobe.io/assests' --header 'X-API-Key: client_id_goes_here' --header 'Authorization: Bearer bearer_token_goes_here' --header 'Content-Type: application/json' --data-raw: '{ "mediaType":"application/pdf"}'
I then get the Bad Request error. Any idea what I'm missing?
