{
"enabled": true,
"showLink": true,
"url": "string",
"authenticationType": "USER",
"username": "string",
"password": "string",
"useTrustStoreForUrl": true,
"timeoutSeconds": 1,
"properties": "string"
}
curl --location -g --request PUT 'http://{{host}}/v1/iq' \
--header 'Content-Type: application/json' \
--data-raw '{
"enabled": true,
"showLink": true,
"url": "string",
"authenticationType": "USER",
"username": "string",
"password": "string",
"useTrustStoreForUrl": true,
"timeoutSeconds": 1,
"properties": "string"
}'
{}