curl --location --request POST 'http://dev-cn.your-api-server.com/detect-pii' \
--header 'API Key;' \
--header 'content-type: image/*'
{
"pii_entities": [
{
"type": "string",
"bboxes": [
[
0
]
],
"value": "string",
"confidence": 0
}
],
"redacted_image": "string",
"status": "ok"
}