curl --location --request GET '/home/open/tvList' \
--header 'Accept: application/json' \
--header 'tokenId: {{tokenId}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'Accept-Language: {{Accept-Language}}' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'clientid: {{clientid}}' \
--header 'Authorization: {{authorization}}'{
"message": "",
"status": 0,
"data": [
{
"userName": "",
"coverUserName": "",
"gifUrl": "",
"giftName": "",
"giftNum": 0.0
}
]
}