public async Task <Result <int> > UpdateRoleAsync([Required][FromBody] AdminRoleUpdateCommand command, CancellationToken cancellationToken = default) { return(await adminAppService.UpdateRoleAsync(command, cancellationToken)); }