curl --location --request POST '185.252.233.246/api/posts/bulk-delete' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"postIds": [
"string"
]
}'{
"message": "string",
"results": {
"deleted": [
"string"
],
"failed": [
"string"
]
}
}