{
"appid": "string",
"talentAppid": "string",
"feedList": [
{
"exportId": "string"
}
]
}curl --location --request POST 'https://w.xiaoliebian.com/api/xiaoliebian-shipinhao/open/api/talent/feed/promotion' \
--header 'Authorization: Bearer xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "string",
"talentAppid": "string",
"feedList": [
{
"exportId": "string"
}
]
}'[
{
"exportId": "",
"feedToken": "",
"promoterShareLink": ""
}
]