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