Authorization: ********************{
"content": "string",
"time_sec": 0,
"color": "string",
"mode": "string"
}curl --location 'https://video.zerexa.net/api/videos//danmaku' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"content": "string",
"time_sec": 0,
"color": "string",
"mode": "string"
}'