curl --request POST \
--url https://api.usedatabrain.com/api/v2/datasource/getDatasourceProgress \
--header 'Authorization: Bearer dbn_live_abc123...' \
--header 'Content-Type: application/json' \
--data '{
"input": {
"datasourceId": "your-datasource-id"
}
}'