{ "name": "Christmas", "description": "Christmas", "audio_id": "8bc267d2-9794-412c-a504-974ce3cba254" }
curl --location --request POST 'https://api.sunohub.cn/suno/persona' \ --header 'Authorization: Bearer asdasdasda9998fads' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "Christmas", "description": "Christmas", "audio_id": "8bc267d2-9794-412c-a504-974ce3cba254" }'
{ "success": true, "task_id": "7a603203-918a-4ce7-8d7c-5e772a62861b", "data": { "persona_id": "89f20346-51f0-4b35-a88e-ed8fa5bb5cac", "name": "新年快乐", "description": "新年快乐" } }