authorization: ********************
{ "video": "v1" }
curl --location --request POST '/fd2024/video' \ --header 'Content-Type: application/json' \ --header 'authorization;' \ --data-raw '{ "video": "v1" }'
{ "ret": 0, "errmsg": "string", "data": { "affected": true, "coins": 0 } }