{
"type": 0,
"pageIndex": 1,
"pageSize": 10,
"uid": "string"
}curl --location --request POST '/taskcloud/findTaskList' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"pageIndex": 1,
"pageSize": 10,
"uid": "string"
}'{}