api_access_token: ********************curl --location --request DELETE 'http://localhost:3030/api/v1/accounts//aily/documents/destroy_by_keys' \
--header 'api_access_token: <api-key>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"resource_keys": [
"string"
]
}'