ApiUpload
Upload file
Upload image file
curl -X POST "https://www.open-isle.com/api/upload" \ -H "Content-Type: application/json" \ -d '{ "file": "string" }'"string"Upload image file
curl -X POST "https://www.open-isle.com/api/upload" \ -H "Content-Type: application/json" \ -d '{ "file": "string" }'"string"curl -X POST "https://www.open-isle.com/api/upload" \
-H "Content-Type: application/json" \
-d '{
"file": "string"
}'