curl --location '/api/system/upload/file' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"cid": 0,
"module": "string",
"tag": "string",
"nanoid": "string",
"type": "image",
"engine": "local",
"file": "string"
}'