curl --location --request PUT 'http://localhost:5600/open/crons/views/move' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"fromIndex": 0,
"toIndex": 0
}'
{
"code": 0,
"data": [
{
"id": 0,
"name": "string",
"position": 0,
"isDisabled": 0,
"filters": [
{
"property": "command",
"operation": "Reg",
"value": "string"
}
],
"sorts": [
{
"property": "command",
"type": "ASC"
}
],
"filterRelation": "and",
"type": 1,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}