I have been trying to upload a Youtube video including a JSON describing the video properties in the form data. I'm using Postman to send a multipart/form-data POST request, but I can't figure out what headers to use or how to use the boundary in the headers.
I have been searching for hours but there is no official documentation for this (specifically for Youtube) and I don't want to use resumable type request because the amount of requests i can do is limited. I have been trying to take advice from this question How do I upload a video to YouTube via an HTTP request? but to no avail...