curl --location '/video/comment' \ --header 'Authorization: {{token}}' \ --form 'video_id="2"' \ --form 'parent_id="1"' \ --form 'content="我想睡觉"'
{ "base": { "code": 10000, "msg": "success" } }