curl --location --request GET 'http://localhost:8081/api/food/getRandomArticle'{
"success": true,
"code": 0,
"message": "string",
"data": [
{
"articleId": "string",
"userName": "string",
"spans": [
{
"type": "string",
"content": "string",
"url": "string"
}
]
}
]
}