We are using laravel + vue Trying to upload the caption on Vimeo. Constantly receiving 400 errors. ``` $data = ['content' => $closed_caption]; $cc = "Link from vimeo response"; $result = Vimeo::request($cc, $data , 'PUT'); ``` [captionsExample.srt.zip](https://github.com/vimeo/laravel/files/11459244/captionsExample.srt.zip) 