{
"type": "string",
"id": "string"
}curl --location --request POST 'https://consult-api.itheima.net/like' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"id": "string"
}'{
"success": true,
"code": 0,
"message": "string",
"data": {
"id": "string"
}
}