{ "code": "string", "name": "string" }
curl --location 'http://localhost:5000/api/role/create' \ --header 'Content-Type: application/json' \ --data '{ "code": "string", "name": "string" }'
{}