Authorization: Bearer ********************curl --location 'https://drwa.openai-next.com/_open/suno/music/waveform_aggregates?clipId=05a98f0b-7628-4607-a597-ce89c917cf39' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "success",
"data": {
"waveform_aggregates": [
{
"data": [
[
18,
177,
-2,
19,
-15,
3
]
]
}
]
}
}