{
"page": {
"pageIndex": 0,
"pageSize": 0,
"sorts": [
{
"orderBy": [
"string"
],
"orderDesc": 1
}
]
}
}
curl --location --request POST '/configs/page' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": {
"pageIndex": 0,
"pageSize": 0,
"sorts": [
{
"orderBy": [
"string"
],
"orderDesc": 1
}
]
}
}'
{}