Modules\System\Http\Controllers\Admin\UploadController::fileAuthorization: Bearer ********************{
"cid": 0,
"module": "string",
"tag": "string",
"nanoid": "string",
"type": "image",
"engine": "local",
"file": "string"
}curl --location '/adminapi/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"
}'{
"code": 200,
"message": "",
"data": null
}