curl --location --request PUT 'http://127.0.0.1:8000/api/v2/user/albums/2' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "热八响",
"intro": "作所活照织强构南技务石长眼片很。"
}'