Authorization: Bearer ********************{
"contents": [
3,
5
]
}curl --location --request POST 'https://v1.vocu.ai/api/tts/generate//regenerate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
3,
5
]
}'{
"status": 200,
"message": "OK"
}