{
"groupScenicId": 3,
"partyId": 15,
"status": 1,
"x": "100",
"y": "100"
}
curl --location --request POST 'https://travel.daoziji.com/userproposalItinerary/scenic/history/sign' \
--header 'token: 59488631878869803924403251' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupScenicId": 3,
"partyId": 15,
"status": 1,
"x": "100",
"y": "100"
}'
{}