{
"text": "今天天气真好!!"
}
curl --location --request POST 'https://api.302.ai/dubbingx/v2/analyzeEmotion' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "今天天气真好!!"
}'
{}