curl --location --request POST 'https://app-api.pixverseai.cn/openapi/v2/video/sound_effect/generate' \
--header 'Ai-Trace-Id: your-api-key' \
--header 'API-KEY: {{$string.uuid}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_video_id": 343252978602905,
//"video_media_id":123123,
"original_sound_switch": true,
"sound_effect_content": ""
}'
{
"ErrCode": 0,
"ErrMsg": "string",
"Resp": {
"video_id": 0
}
}