curl --location --request POST 'account_beautiful/whoLike' \
--header 'token: {{token}}' \
--form 'id="5"'{
"code": 0,
"msg": "string",
"time": "string",
"data": {
"user_ids": [
"string"
],
"count": 0
}
}