/projects/<project_id>/livestreams
Authorization: Bearer ********************
{
"name": "Tag8",
"video_id": "aa88b7e7-b2d8-49b9-905c-cdf9b3bd9778"
}
curl --location --request POST 'http://localhost:8080/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/tags' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Tag8",
"video_id": "aa88b7e7-b2d8-49b9-905c-cdf9b3bd9778"
}'
{"message":"tag create","result":{"id":"fbfa2939-09db-421e-a41b-2a2c2ff52eaf","name":"Tag1","created_at":"2024-02-18T04:59:33.932623987Z","updated_at":"2024-02-18T04:59:33.932624037Z"},"success":true}