curl --request POST \
--url https://api.example.com/v2/sign-requests/video-translation \
--header 'Authorization: <authorization>' \
--header 'Content-Type: multipart/form-data' \
--form 'body=<string>' \
--form video='@example-file' \
--form subtitles='@example-file'