curl --request POST \
--url https://{host}/webhook/analysis/{platformType}/{platformSubType}/{analysisId} \
--header 'Content-Type: application/json' \
--data '
{
"uri": "https://mycallbackServer:443/api/test/webhook",
"authType": "basic",
"authValue": "saasUser:password1"
}
'