{}
curl --location --request POST '/api/website/article/locationToColumn' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"message": "string",
"data": {
"items": [
{
"location": "string",
"articleColumnId": "string",
"listStyle": "string"
}
]
}
}