curl --location --request POST 'account_beautiful/doIlike' \ --header 'token: {{token}}' \ --form 'id="3"'
{ "code": 0, "msg": "string", "time": "string", "data": { "doILike": true } }