Authorization: Bearer ********************
{
"speakerId": 0
}
curl --location --request POST 'https://api.16ai.chat/api/v1/speaker/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"speakerId": 0
}'
{
"code": 0,
"data": {
"frequency": 4,
"progress": 100,
"status": "ready",
"title": "未命名音色"
},
"msg": ""
}