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