Authorization: Bearer ********************{
"audioUrl": "string",
"object": "string",
"title": "string",
"model": "string"
}curl --location --request POST 'https://api.16ai.chat/api/v1/speaker/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"audioUrl": "string",
"object": "string",
"title": "string",
"model": "string"
}'{
"code": 0,
"data": {
"speakerId": 1801234567890123
},
"msg": ""
}