view taskscurl --location 'https://api-dev.commandroom.ai/api/api/tasks/automation-target-metrics' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"user_ids": [
1
],
"user_goteam_ids": [
1
],
"department_ids": [
1
],
"project_card_stages": [
"ideation"
]
}'{
"total_target_runs_per_month": 1.5,
"total_value_impact": 12500.0,
"total_forecast_savings": 12500.0,
"task_count": 10,
"average_times_run_per_month": 1.5
}