{ "id": 6, "name": "test", "description": "123" }
curl --location --request PUT 'http://127.0.0.1:8086/api/role' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 6, "name": "test", "description": "123" }'