[ "测试1", "测试2" ]
curl --location --request POST 'http://127.0.0.1:8000/api/v2/user/albums/1/tags' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '[ "测试1", "测试2" ]'
{ "status": "success", "message": "successful", "time": 1720070662 }