{
"albumId": 0,
"photoIdList": [
0
]
}curl --location --request PUT '/admin/photos/album' \
--header 'Content-Type: application/json' \
--data-raw '{
"albumId": 0,
"photoIdList": [
0
]
}'{
"flag": true,
"code": 0,
"message": "string",
"data": {}
}