Authorization: Bearer ********************{
"type": "base64",
"image": "string",
"folder": "default",
"from": "",
"watermark": ""
}curl --location -g --request POST '/api/web/system/v1/upload/image?_weiran_secret={{weiran-secret}}' \
--header 'x-os: {{x-os}}' \
--header 'x-id: {{x-id}}' \
--header 'x-type: user' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "base64",
"image": "string",
"folder": "default",
"from": "",
"watermark": ""
}'{
"code": 1,
"message": "string"
}