curl --location --request POST '/api/v1/system-manage/roles' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleName": "string",
"roleCode": "string",
"roleDesc": "string",
"roleHome": "string",
"status": "1"
}'