Authorization: Bearer ********************{
"name": "人像素材"
}curl --location 'https://moyu.info/v1/assets/groups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "人像素材"
}'{
"code": "success",
"data": {
"group_name": "user-10-token-5-人像素材"
}
}