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