curl --request POST \
--url https://api.mnemom.ai/v1/safe-house/config/bulk-apply \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"agent_ids": [
"<string>"
],
"config": {
"thresholds": {
"warn": 123,
"quarantine": 123,
"block": 123
},
"screen_surfaces": [
"<string>"
],
"trusted_sources": [
"<string>"
],
"settings": {}
}
}
'