curl --location --request POST 'https://fast-soy-admin.sleep0.de/api/v1/system-manage/roles' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleName": "string",
"roleCode": "string",
"roleDesc": "string",
"dataScope": "all",
"byRoleHomeId": 0,
"statusType": "0"
}'null