Authorization: Bearer ********************
curl --location '/videos/characters' \ --header 'Authorization: Bearer <token>' \ --form 'video=@""' \ --form 'name=""'
{ "id": "string", "name": "string", "created_at": 0 }