curl --request POST \
--url https://{host}/Agent/Storage/SearchInVault \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"clientId": "<string>",
"masked": true,
"Tags": [
{
"name": "<string>",
"value": "<string>"
}
],
"offset": 1,
"maxCount": 99
}
'