{
"id": 0,
"status": "string",
"pageNo": 0,
"pageSize": 0
}
curl --location --request POST '/api/v3/task/sales/search' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"status": "string",
"pageNo": 0,
"pageSize": 0
}'
{
"id": 0,
"avatar": "string",
"name": "string",
"taskStatus": 0,
"customerLikeCount": 0,
"customerMomentCount": 0,
"userLikeCount": 0,
"userMomentCount": 0,
"userId": 0,
"deleted": 0,
"salesId": "string",
"departmentList": "string",
"deptNames": "string"
}