curl --location --request POST 'http://localhost:9000/api/upload/audio' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwidXNlcm5hbWUiOiJGb3hsdW8iLCJyb2xlIjoidXNlciIsImlhdCI6MTczNTMyMzg0MywiZXhwIjoxNzM1OTI4NjQzfQ.dTD2OpQaIIF62-xiWWZUHYZmYE3hTkdVDB7aTqcvueE' \ --form 'file=@"C:\\Users\\10612\\Documents\\录音\\录音.m4a"'
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Error</title> </head> <body> <pre>Cannot POST /api/upload/audio</pre> </body> </html>