Test API Key
POST/GET /auth/test
POST/GET /auth/testExample Request
curl --location 'https://<hostname>/auth/test' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY'Response
HTTP/1.1 200 OKLast updated