curl --location --request POST 'https://app-api.pixverse.ai/openapi/v2/video/sound_effect/generate' \
--header 'Ai-Trace-Id: 123123' \
--header 'API-KEY: 123123' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_video_id": 123123,
"original_sound_switch": true,
"sound_effect_content": ""
}'
{}