{
"mongodb": {
"replace_tags": true
}
}
curl --location --request POST 'https://example.com:30888/mongodbs//remote-update' \
--header 'Content-Type: application/json' \
--data-raw '{
"mongodb": {
"replace_tags": true
}
}'
{}