{
"filters": [
{
"logic": "string",
"field": "string",
"operator": "string",
"value": {}
}
]
}curl --location --request POST 'http://10.18.6.122:88/api/dap/taskflow/dds/export' \
--header 'Authorization: Bearer c7KzZCrm4ip42-sKWxGhAfnMgrdVU4D1ZefeLSl2h4Av8Iv0_Dl0KcN7ZKNjnS0Qg9GaVfZUXkMm2ckyIjQmlRcAt4lWzoFKUfUxT69hgTZQ8FLdtO_qduYkRXc_6Nkk' \
--header 'Content-Type: application/json' \
--data-raw '{
"filters": [
{
"logic": "string",
"field": "string",
"operator": "string",
"value": {}
}
]
}'{}