Upload temporary files through this interface, and the system will automatically delete them after 7 days
Security
Authorization
POST
curl -i -X POST \
https://api.MoreLogin.com/cloudphone/uploadUrl \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"fileName": "example.jpg",
"id": 0
}'Response
{ "code": 0, "msg": "string", "data": { "presignedUrl": "string" }, "requestId": "string" }