Authorization: ********************{
"filePath": "/path/to/file.jpg"
}curl --location 'https://www.html-js.cn/api/upload/filePath' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"filePath": "/path/to/file.jpg"
}'{}