Authorization: Bearer ********************curl --location --request DELETE 'https://translate-api.plugins-world.cn/api/ssl/orders?oid=2024060123940' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"err_code": "string",
"err_msg": "string",
"data": [
{
"lang_tag": "百度翻译",
"content": "string"
}
]
}