curl --location --request DELETE 'http://localhost:10001/comment/delete' \ --header 'Access-Token;' \ --header 'Refresh-Token;' \ --form 'video_id="483675103821824000"' \ --form 'comment_id=""'
{ "base": { "code": 10000, "msg": "success" } }