REST reference
Lti Key Rotation
curl -X GET "https://example.com/lti/keys"[ { "kid": "string", "createdAt": "string", "retiredAt": "string", "signing": true }]curl -X POST "https://example.com/lti/keys/rotate"{ "kid": "string", "createdAt": "string", "retiredAt": "string", "signing": true}curl -X POST "https://example.com/lti/keys/string/withdraw"Empty