curl --location --request POST '/openApiDigitalPerson/customer/createAudioDraft' \ --header 'authorization: {{auth|md5}}' \ --header 'req_from: C' \ --header 'timestamp: {{timestamp}}' \ --header 'app_id: {{appId}}' \ --header 'account: 19999999999' \ --form 'audioAssetsId=""'
{ "code": 0, "data": { "duration": "", "fee": 0.0, "audioWorksId": 0, "result": "" }, "requestId": "", "resultMsg": "", "host": "", "errorStackTrace": "" }