[
{
"id": 0,
"userId": 0,
"scenicId": 0,
"title": "string",
"mode": 0,
"type": 0,
"introduce": "string",
"questionIds": [
0
],
"prop": "string",
"duration": 0,
"img": "string"
}
]
curl --location --request POST 'https://travel.daoziji.com/user/task/updateTask' \
--header 'token: 59488631878869803924403251' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"userId": 0,
"scenicId": 0,
"title": "string",
"mode": 0,
"type": 0,
"introduce": "string",
"questionIds": [
0
],
"prop": "string",
"duration": 0,
"img": "string"
}
]'
{}