curl --location --request POST 'https://api.omnapi.com/api/v1/producer/generate/music/compose' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"soundPrompt": "string",
"lyrics": "string",
"instrumental": false,
"seed": 0,
"bpm": 1,
"length": 1,
"title": "string",
"imageId": "string",
"imagePrompt": "string",
"lyricsId": "string",
"currentSongId": "string",
"model": "Lyria 3 preview",
"advancedMode": false,
"conversationId": "string",
"config": {
"priority": 5,
"webhookUrl": "http://example.com",
"tags": [
"string"
],
"metadata": {}
}
}'