{
"id": "string",
"followUpPeople": "string",
"followUpTime": 0,
"followUpRemark": "string"
}
curl --location --request POST '/4s/used_car/retail/appointment/follow_up_confirm' \
--header 'User-Token: {{User-Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"followUpPeople": "string",
"followUpTime": 0,
"followUpRemark": "string"
}'
{}