curl --location 'http://127.0.0.1:8888/video/publish' \ --header 'access_token: {{access_token}}' \ --header 'refresh_token: {{refresh_token}}' \ --form 'title="灰背鸫"' \ --form 'description="鸫!"' \ --form 'cover=@"E:\\又鸟\\DSCN9709.JPG"' \ --form 'video=@"E:\\又鸟\\DSCN9711.MOV"'
{}