{
"article_name": [
"string"
]
}curl --location --request POST 'https://fourseasons-test.e.verystar.net/api/v1/article/query' \
--header 'Authorization-AppKey: d79c29e74c9166b82a4538dc15c665f8' \
--header 'Authorization-Sign: 111' \
--header 'Authorization-Token: fake_001' \
--header 'Content-Type: application/json' \
--data-raw '{
"article_name": [
"string"
]
}'{
"article_list": {
"article_name": "string",
"article_type": 0,
"title": "string",
"content": "string",
"h5_url": "string",
"version": "string"
}
}