{ "fileName": "string", "fileBytes": [ 0 ], "type": "string" }
curl --location --request POST 'https://fta.chinackts.com/open//file-storage/upload-byte' \ --header 'Content-Type: application/json' \ --data-raw '{ "fileName": "string", "fileBytes": [ 0 ], "type": "string" }'
{ "code": "", "message": "", "success": false, "data": { "filePath": "" } }