Authorization: Bearer ********************{
"Prompt": "string",
"Genre": "Folk",
"Mood": "Happy",
"Gender": "Female",
"ModelVersion": "v4.0"
}curl --location 'https://drwa.openai-next.com/bigmusic?Action=undefined&Version=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"Prompt": "string",
"Genre": "Folk",
"Mood": "Happy",
"Gender": "Female",
"ModelVersion": "v4.0"
}'{
"Code": 0,
"Message": "string",
"Result": {
"TaskID": "string",
"Lyrics": "string",
"Genre": "string",
"Mood": "string",
"Gender": "string"
},
"ResponseMetadata": {
"RequestId": "string",
"Action": "string",
"Version": "string",
"Service": "string",
"Region": "string",
"Error": {}
}
}