Authorization: Bearer ********************{
"name": "storeOwner",
"title": "店长"
}curl --location --request POST '/roles:create' \
--header 'X-SPACES: default' \
--header 'X-SPACES: {{space}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "storeOwner",
"title": "店长"
}'{
"name": "storeOwner",
"title": "店长"
}