{
"gameCategoryId": 1,
"ids": [
0
]
}curl --location '/admin-api/v1/home/banners/reorder' \
--header 'Content-Type: application/json' \
--data '{
"gameCategoryId": 1,
"ids": [
0
]
}'{
"code": 0,
"message": "string",
"data": {
"success": true
}
}