Trying to follow the instructions in the article, and I've gone through and gotten the site id and am trying to run the curl commands, but I keep getting -
curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.
Looked through the forum not seeing an answer.
From the article, I'm trying to run this -
curl --location ^
--request POST "https://api.lansweeper.com/api/v2/graphql " ^
--header "Authorization: Token <my Id>" ^
--header "Content-Type: application/json" ^
--data-raw "{ \"query\": \"{ authorizedSites { sites { id name } } }\"}"
Am I missing something? I change the ID to the appropriate text, but is there something else I'm supposed to change?