{
"nextKey": "string",
"pageSize": 1,
"talentAppid": "string"
}curl --location --request POST 'https://w.xiaoliebian.com/api/xiaoliebian-shipinhao/open/api/talent/feed/page' \
--header 'Authorization: Bearer xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"nextKey": "string",
"pageSize": 1,
"talentAppid": "string"
}'{
"hasMore": false,
"nextKey": "",
"feedList": [
{
"talentAppid": "",
"exportId": "",
"predictCommissionAmount": 0
}
]
}