curl --location --request GET '/admin/v1/mission/tasks?page=1&page_size=10&status&category_id&platform_id&is_hot&is_recommend&difficulty_level&keyword' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4'{
"code": 200,
"message": "success",
"data": {
"list": [
{
"id": 1,
"task_no": "TASK202401141000010001",
"template_id": 1,
"title": "抖音视频推广任务",
"description": "发布一条抖音视频",
"category_ids": "1,2",
"tag_ids": "1,3",
"video_url": "https://xxx.mp4",
"video_cover": "https://xxx.jpg",
"commission_amount": 50,
"commission_type": 1,
"total_quota": 100,
"received_count": 10,
"completed_count": 5,
"platform_ids": "1,2",
"status": 1,
"is_hot": 1,
"is_recommend": 0,
"created_at": "2024-01-14T10:00:00Z"
}
],
"total": 100,
"page": 1,
"page_size": 10
}
}