curl --location --request POST 'http://127.0.0.1:8000/admin/role' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "彤敬阳",
"sort": "1",
"description": "大收头例包明且料业。风价解油一张。电按每装美准保候。广律青被现。却次我必果决员织。张等连回量响划。",
"status": 1
}'
{
"data": [],
"success": true,
"msg": "ok",
"showType": 0
}