{
"startDt": "string",
"endDt": "string"
}
curl --location --request POST '/kdb/shopAnalyse/exportTargetTrack' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDt": "string",
"endDt": "string"
}'
{
"code": 0,
"message": "string",
"data": {
"reportUrl": "string"
}
}