curl --location --request POST 'https://api.openai-next.com/v1/file' \
--header 'Authorization: '\''Bearer {{secret}}'\''' \
--form 'file=@""'
{
"code": 0,
"msg": "ok",
"sn": "EXAMPLE_SN",
"data": {
"url": "http://EXAMPLE_URL",
"filename": "EXAMPLE_FILENAME.txt",
"image": false
}
}