12 hourscurl --location --request GET 'https://api.sellerpic.ai/v1/api/download?downloadFormat&id&uhd' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json'{
    "code": 0,
    "data": {
        "name": "string",
        "status": "string",
        "fileUrl": "string",
        "errorMsg": "string"
    },
    "msg": "string",
    "success": true,
    "traceId": "string"
}