Authorization: Bearer ********************
curl --location --request POST 'https://api.16ai.chat/api/v1/video/createByAudioFile' \ --form 'avatarId=""' \ --form 'title=""' \ --form 'audioFile=@""'
{ "code": 0, "data": { "videoId": 0, "length": 0 }, "msg": "string" }