[
{
"chartType": "string",
"image": [
0
],
"tableData": "string"
}
]
curl --location --request POST '/api/homepage/export' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"chartType": "string",
"image": [
0
],
"tableData": "string"
}
]'
{
"code": 0,
"data": [
0
],
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}