{
    "userAppId": {},
    "exports": [
        {
            "format": {},
            "status": {
                "code": {},
                "description": "string",
                "details": "string",
                "stackTrace": [
                    "string"
                ],
                "percentCompleted": 0,
                "timeRemaining": 0,
                "reqId": "string",
                "internalDetails": "string",
                "redirectInfo": {
                    "url": "string",
                    "resourceType": "string",
                    "oldResourceId": "string",
                    "newResourceId": "string"
                }
            },
            "url": "string",
            "size": "string",
            "includeEmbeddings": true
        }
    ]
}curl --location --request PUT 'http://dev-cn.your-api-server.com/v2/users//apps//datasets//versions//exports' \
--header 'Content-Type: application/json' \
--data-raw '{
    "userAppId": {},
    "exports": [
        {
            "format": {},
            "status": {
                "code": {},
                "description": "string",
                "details": "string",
                "stackTrace": [
                    "string"
                ],
                "percentCompleted": 0,
                "timeRemaining": 0,
                "reqId": "string",
                "internalDetails": "string",
                "redirectInfo": {
                    "url": "string",
                    "resourceType": "string",
                    "oldResourceId": "string",
                    "newResourceId": "string"
                }
            },
            "url": "string",
            "size": "string",
            "includeEmbeddings": true
        }
    ]
}'{
    "status": {
        "code": {},
        "description": "string",
        "details": "string",
        "stackTrace": [
            "string"
        ],
        "percentCompleted": 0,
        "timeRemaining": 0,
        "reqId": "string",
        "internalDetails": "string",
        "redirectInfo": {
            "url": "string",
            "resourceType": "string",
            "oldResourceId": "string",
            "newResourceId": "string"
        }
    },
    "exports": [
        {
            "format": {},
            "status": {
                "code": {},
                "description": "string",
                "details": "string",
                "stackTrace": [
                    "string"
                ],
                "percentCompleted": 0,
                "timeRemaining": 0,
                "reqId": "string",
                "internalDetails": "string",
                "redirectInfo": {
                    "url": "string",
                    "resourceType": "string",
                    "oldResourceId": "string",
                    "newResourceId": "string"
                }
            },
            "url": "string",
            "size": "string",
            "includeEmbeddings": true
        }
    ]
}