Authorization: Bearer ********************
curl --location 'https://api.murk.top/api/v1/encrypt/upload' \ --header 'Authorization: Bearer <token>' \ --form 'file=@""' \ --form 'scriptCode="MurkPHPV2"'
{ "code": 200, "message": "文件上传成功", "data": { "fileId": "f1d2d2f924e986ac86fdf7b36c94bcdf", "files": [ "index.php" ], "fileCount": 1, "fileHash": "sha256...", "unitPrice": "10.00", "totalPrice": "10.00" } }