{ "ids": [ 1, 2 ], "type": "del" }
curl --location --request POST '/adminapi/setting/album/batch' \ --header 'Content-Type: application/json' \ --data-raw '{ "ids": [ 1, 2 ], "type": "del" }'
{}