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