Authorization: Bearer ********************
{
"id": "13",
"name": "超级管理员",
"description": "超级管理员"
}
curl --location -g --request POST 'https://..authok.cnapi/v1/roles' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "13",
"name": "超级管理员",
"description": "超级管理员"
}'
{
"id": "role_fjio23jfjoeojeif",
"name": "超级管理员",
"description": "超级管理员"
}