curl --location --request GET 'https://maas.haoee.com/suno/act/midi/' \
--header 'Authorization: {{API_KEY}}' \
--header 'ModelName;' \
--header 'Content-Type: application/json'{
"state": "complete",
"instruments": [
{
"name": "String Ensembles 1",
"notes": [
{
"pitch": 60,
"start": 1.1041666666666667,
"end": 1.9583333333333333,
"velocity": 0.7165354330708661
},
......
]
},
......
]
}