curl --location --request POST 'http://localhost:8080/video/create_video_tag' \ --header 'Authorization: {{token}}' \ --form 'tag="person"' \ --form 'fps="25"' \ --form 'transition="zoom"' \ --form 'audio=@""'
{}