curl --request PUT \
--url https://{instance}.domo.com/api/queues/v1/{queueId}/tasks/{taskId}/assign \
--header 'Content-Type: application/json' \
--header 'X-DOMO-Developer-Token: <api-key>' \
--data '
{
"tasksId": [],
"type": "USER",
"userId": "700632941"
}
'