Authorization: ********************{
"file": "file_data_here",
"action": "uploadimage"
}curl --location --request POST 'https://www.html-js.cn/api/upload/ueditor' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "file_data_here",
"action": "uploadimage"
}'{}