Greenthum project document
Authorization: Bearer ********************
{
"id": 0,
"name": "string"
}
curl --location --request PUT '/api/admin/roles/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string"
}'
{
"id": 0,
"name": "string"
}