curl --location --request POST '/mora_length?speaker' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"moras": [
{
"text": "string",
"consonant": "string",
"consonant_length": 0,
"vowel": "string",
"vowel_length": 0,
"pitch": 0
}
],
"accent": 0,
"pause_mora": {
"text": "string",
"consonant": "string",
"consonant_length": 0,
"vowel": "string",
"vowel_length": 0,
"pitch": 0
},
"is_interrogative": false
}
]'
[
{
"moras": [
{
"text": "string",
"consonant": "string",
"consonant_length": 0,
"vowel": "string",
"vowel_length": 0,
"pitch": 0
}
],
"accent": 0,
"pause_mora": {
"text": "string",
"consonant": "string",
"consonant_length": 0,
"vowel": "string",
"vowel_length": 0,
"pitch": 0
},
"is_interrogative": false
}
]