{ "fileKey": "xxx" }
curl --location --request POST 'https://ligai.cn/openapi/api/file/download' \ --header 'accessToken: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "fileKey": "xxx" }'
{ "code": "0", "data": {} }