Authorization: Bearer ********************
[
{
"key": "Author",
"value": "Sk Shahriar Ahmed Raka"
},
{
"key": "Format",
"value": "mp4"
}
]
// if you want to set it empty
// []
curl --location --request POST 'http://localhost:8080/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/videos/aa88b7e7-b2d8-49b9-905c-cdf9b3bd9778/metadata' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"key": "Author",
"value": "Sk Shahriar Ahmed Raka"
},
{
"key": "Format",
"value": "mp4"
}
]
// if you want to set it empty
// []'
{}