Authorization: Bearer ********************
{
"id": 0,
"name": "string",
"desc": "string"
}
curl --location --request PATCH 'http://localhost:3000/permission/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"desc": "string"
}'
{}