PUT request to this URL to upload your file ,See Upload Filecurl --location --request GET 'https://api.sellerpic.ai/v1/api/upload/url?format' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json'{
"code": 0,
"data": {
"fileKey": "string",
"imageUrl": "string"
},
"msg": "string",
"success": true,
"traceId": "string"
}