post https://api.gumlet.com/v1/video/assets//thumbnail
Upload any image file to use as thumbnail
Once you use the API, you will get upload_url
in the response, and that can be used to upload the image file.
Here is the sample curl request.
curl --location --request PUT '<upload_url>' \
--data '<YOUR_FILE_PATH>'