{
"authorIds": [
"7029342444797820939"
]
}curl --location 'https://redfox.hk/story/api/dy/ability/starAuthorBatch' \
--header 'REDFOX_API_KEY: ak_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"authorIds": [
"7029342444797820939"
]
}'{
"code": 2000,
"data": {
"authorList": [
{
"authorId": "7029342444797820939",
"authorStatus": "1",
"avatarUrl": "https://p3.douyinpic.com/aweme/1080x1080/aweme-avatar/tos-cn-avt-0015_07bca090453529120b9c9e2f814d7ab5.jpeg?from=3782654143",
"city": "上海",
"coreUserId": "3703570636486996",
"expectedHighCpm": "37.3821",
"expectedMediumCpm": "9.9686",
"expectedPlayCount": "8025233",
"followerCount": "7000365",
"gender": "0",
"grade": "0",
"nickname": "健身华哥",
"priceHigh": "300000",
"priceMedium": "80000",
"province": "",
"starId": "7029342444797820939",
"tagsRelation": "{\"运动健身\":[\"健身\"]}"
}
]
},
"msg": "成功"
}