{
"favId": 102
}curl --location --request POST '/getFavorite' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"favId": 102
}'{
"ret": 0,
"msg": "string",
"data": {
"favId": 0,
"status": 0,
"flag": 0,
"updateTime": 0,
"content": null
}
}