view projectscurl --location 'https://api-dev.commandroom.ai/api/api/task-groups/5/tasks' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"task_ids": [
1
]
}'{
"message": "Success.",
"data": {}
}