{
"start_index": 0,
"end_index": 6,
"delete": false
}
curl --location --request POST '/get_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_index": 0,
"end_index": 6,
"delete": false
}'
{
"code": 200,
"data": [
{
"a": 1,
"b": "3"
},
{
"a": 1,
"b": "3"
},
{
"a": 1,
"b": "3"
}
],
"message": "\u83b7\u53d6\u6570\u636e\u6210\u529f"
}