Anonymize Text
Anonymize the provided text.
curl -X POST "https://app.quba.ae/api/sdp/anonymize" \ -H "Content-Type: application/json" \ -d '{ "text": "string", "rules": [ { "entities": [ { "value": "string" } ] } ] }'{
"text": "string",
"results": []
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}