I plan to use the POST method to add subtitle tracks, but I can't figure out how to add the subtitle file to the JSON request. Based on the request description and Content-Type = application-type/json, I guess that the file is passed as a binary array as part of the body.What should the resulting BODY look like for an insert query. Thank you
I tried to send data as multipart/relation, multipart/mixed and multipart/form-data, but it didn't work. Changed Content-type to different ones, but nothing