curl --location --request GET '/api/mdpro3/deck/list/lite?size=1000&keyWord&contributor&sortLike&sortRank' \
--header 'ReqSource: MDPro3'{
"code": 0,
"message": "string",
"data": [
{
"deckId": "string",
"deckContributor": "string",
"deckName": "string",
"deckLike": 0,
"deckCoverCard1": 0,
"deckCoverCard2": 0,
"deckCoverCard3": 0,
"deckCase": 0,
"deckProtector": 0,
"lastDate": 0
}
]
}