Authorization: Bearer ********************curl --location '/Interact/GetMyFavorList?TakeCount=undefined&SkipCount=undefined&ContentType=undefined&QueryString=undefined' \
--header 'Authorization: Bearer <token>'{
"Success": true,
"Massage": "string",
"Data": {
"Result": [
{
"ContentType": 0,
"Title": "string",
"CoverImage": "string",
"Author": {
"Nickname": "string",
"Avatar": "string",
"Level": "string",
"UserId": "string",
"Username": "string"
},
"Description": "string",
"PostId": 0,
"Status": 1
}
]
}
}