curl --location --request DELETE 'https://app.leiga.com/openapi/api/file/remove' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileKey": "xxx"
}'
{
"code": "0",
"data": {
"success": true
}
}