{
"syncKey": ""
}curl --location --request POST '/syncFavorite' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"syncKey": ""
}'{
"ret": 0,
"msg": "string",
"data": {
"syncKey": "string",
"list": [
{
"favId": 0,
"type": 0,
"flag": 0,
"updateTime": 0
}
]
}
}