{
    "userAppId": {},
    "collectors": [
        {
            "id": "string",
            "description": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "preQueueWorkflowId": "string",
            "postQueueWorkflowId": "string",
            "collectorSource": {
                "apiPostModelOutputsCollectorSource": {
                    "modelUserId": "string",
                    "modelAppId": "string",
                    "modelId": "string",
                    "modelVersionId": "string",
                    "postInputsKeyId": "string",
                    "callerUserId": "string"
                }
            },
            "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"
                }
            }
        }
    ],
    "action": "string"
}curl --location --request PATCH 'http://dev-cn.your-api-server.com/v2/users//apps//collectors' \
--header 'Content-Type: application/json' \
--data-raw '{
    "userAppId": {},
    "collectors": [
        {
            "id": "string",
            "description": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "preQueueWorkflowId": "string",
            "postQueueWorkflowId": "string",
            "collectorSource": {
                "apiPostModelOutputsCollectorSource": {
                    "modelUserId": "string",
                    "modelAppId": "string",
                    "modelId": "string",
                    "modelVersionId": "string",
                    "postInputsKeyId": "string",
                    "callerUserId": "string"
                }
            },
            "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"
                }
            }
        }
    ],
    "action": "string"
}'{
    "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"
        }
    },
    "collectors": [
        {
            "id": "string",
            "description": "string",
            "createdAt": "2019-08-24T14:15:22Z",
            "preQueueWorkflowId": "string",
            "postQueueWorkflowId": "string",
            "collectorSource": {
                "apiPostModelOutputsCollectorSource": {
                    "modelUserId": "string",
                    "modelAppId": "string",
                    "modelId": "string",
                    "modelVersionId": "string",
                    "postInputsKeyId": "string",
                    "callerUserId": "string"
                }
            },
            "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"
                }
            }
        }
    ]
}