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