Authorization: Bearer ********************{
"description": "string",
"enabled": true,
"method": "GET",
"path": "string",
"resourceCode": "string",
"resourceName": "string"
}curl --location --request PUT '/api/system/resource/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"description": "string",
"enabled": true,
"method": "GET",
"path": "string",
"resourceCode": "string",
"resourceName": "string"
}'