curl --request POST \
--url http://localhost:8080/api/dbt/runs \
--header 'Content-Type: application/json' \
--data '
{
"environment": "<string>",
"label": "dbt run",
"rebuild_evidence": false,
"run_tests": true,
"scope": "model",
"selector": "<string>"
}
'