curl --location '/synthesis/song?core_version=undefined' \
--header 'Content-Type: application/json' \
--data '{
"queries": [
{
"f0": [
0
],
"volume": [
0
],
"phonemes": [
{
"phoneme": "string",
"frame_length": 0,
"note_id": "string"
}
],
"volumeScale": 0,
"outputSamplingRate": 0,
"outputStereo": true
}
],
"speaker_style": "string",
"question_upspeak": true
}'{}