Authorization: Bearer ********************{
"root_clip_id": "b46176e1-7d39-457f-9ee9-a2d4fe05fac3",
"name": "My Persona"
}curl --location 'https://drwa.openai-next.com/_open/suno/music/createPersona2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"root_clip_id": "b46176e1-7d39-457f-9ee9-a2d4fe05fac3",
"name": "My Persona"
}'{
"code": 0,
"msg": "string",
"data": {
"artist_clip_id": "string",
"persona_id": "string",
"taskBatchId": "string",
"property1": "string",
"property2": "string"
},
"property1": "string",
"property2": "string"
}