Authorization: Bearer ********************
{ "upload_type": "file_upload", "upload_filename": "my_audio.mp3" }
curl --location --request POST 'https://yunwu.ai/suno/uploads/audio//upload-finish' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "upload_type": "file_upload", "upload_filename": "my_audio.mp3" }'
{}