curl --location --request POST 'http://localhost:10001/like/action' \
--header 'Access-Token;' \
--header 'Refresh-Token;' \
--form 'video_id="483675103821824000"' \
--form 'comment_id="483675103821824000"' \
--form 'action_type="1"'
{
"base": {
"code": 10000,
"msg": "success"
}
}