curl --location '/api/user-permis-groups/update' \ --header 'Content-Type: application/json' \ --data '{ "id": 0, "name": "string", "code": "string", "notes": "string", "active": true, "permission_ids": [ 0 ] }'