curl --request POST \
--url https://api.modelbeam.srv1069417.hstgr.cloud/api/v1/client/txt2audio/price-calculation \
--header 'Content-Type: application/json' \
--data '
{
"model": "Kokoro",
"lang": "en-us",
"speed": 123,
"format": "<string>",
"sample_rate": 123,
"text": "<string>",
"count_text": 123
}
'