{
"id": 0,
"albumName": "string",
"albumDesc": "string",
"albumCover": "string",
"status": 0
}curl --location --request POST '/admin/photos/albums' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"albumName": "string",
"albumDesc": "string",
"albumCover": "string",
"status": 0
}'{
"flag": true,
"code": 0,
"message": "string",
"data": {}
}